---
title: "Update Contact Property"
method: PATCH
path: "/api/hubspot/contacts/{contact_identifier}/property"
tags: ["hubspot", "hubspot"]
---

# Update Contact Property

`PATCH /api/hubspot/contacts/{contact_identifier}/property`

Actualiza una propiedad **de un contacto** (por ID o email).

**🔒 Endpoint Protegido:** Requiere autenticación JWT y rol 'ui_hubspot', 'admin' o 'ui_citas'

## Path parameters

- `contact_identifier` string, required

## Request body

- UpdatePropertyRequest — Modelo para actualizar una propiedad de contacto en HubSpot
  - `property_name` string, required
  - `value` unknown, required

## Response `200`

Successful Response

- SimpleOKResponse — Respuesta simple indicando éxito
  - `ok` boolean

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/hogarsolar/apis/hogarsolar-backend-api.md) · [All operations](https://skmtc.dev/hogarsolar/apis/hogarsolar-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hogarsolar/hogarsolar-backend-api/revisions/d9861e46bef8/schema)
