Method Details
HTTP Methods:
PUT
Content Type:
application/json
Response Format:
json
Requires Authentication?
Yes
Rate Limited?
Headers
Products:
Marketing & CRM
crm.schemas.contacts.write
This endpoint is used to update a specified contact property.
See the page for creating a property for more details about how type
and fieldtype
related to each other.
Use case for this endpoint: If you previously created an enumerated property with specific options, and the options change in your system, you can use this endpoint to update the options available .
Note: If you're updating the options for a property with "type": "enumeration," you must include all of the options that you want to use with the property; there is no way to append or remove a single option.
Example URL to PUT: https://api.hubapi.com/properties/v1/contacts/properties/named/custom_field
Response details
- Returns a 200 response when a property is successfully updated.
- Returns a 400 error with more details in the response body if there is a problem with the data.