Edits the contact list field by its ID.
This method supports partial updating, only those fields of the object that you specify in the request body will be changed.
Request
PATCH https://api.bytehand.com/v2/contact_lists/listId/properties/propertyId
Parameters
Path Parameters | |
---|---|
listId | number Required parameter. Unique ID of the contact list. |
propertyId | number Required parameter. Unique ID of the contact list field. |
Body
An object of the type ContactListPropertySeed is required in the request body.
Authorization
Requires authorization and access right contacts_manage.
Response
Upon successful completion of the request, an object of type Response is returned.