Skip to main content
PATCH
Update a contact property

Authorizations

Authorization
string
header
required

Headers

Quo-Api-Version
enum<string>
required

API version header. Supported values: 2026-03-30

Available options:
2026-03-30

Path Parameters

contactId
string
required

The unique identifier of the contact.

Pattern: ^(.*)$
Example:

"6a145ff26212a192852c856e"

propertyId
string
required

The unique identifier of the contact property.

Pattern: ^(.*)$
Example:

"690cba5d99c5f41e1fa7aca3"

Body

application/json
name
string | null

The label for the contact property.

Example:

"Mobile"

value

The value of the contact property.

Example:

"+1234567890"

Response

OK

data
object
required