Update a custom attribute
Update a custom attribute
Update Custom Attribute
PUT
https://{{account_id}}.acquire.io/api/v1/crm/objects/object-field/{{custom_attributeId}}
Update a custom attribute. The custom_attributeId must be passed in to the endpoint as a path parameter. An object must be passed in to the body of the request.
Path Parameters
Name
Type
Description
custom_attributeId
integer
The ID of custom attribute
Headers
Name
Type
Description
Authorization
string
Bearer {{api_key}}
Request Body
Name
Type
Description
object
string
Body object
Body(raw)
Last updated