patch https://stage.samdock.app/api/contacts/custom-fields//
Based on key value pair, this endpoint is used to edit the custom field as a whole.
Log in to see full request history
Responses
401Unauthorized error
500Internal Server Error
Based on key value pair, this endpoint is used to edit the custom field as a whole.
401Unauthorized error
500Internal Server Error
xxxxxxxxxx
14curl --request PATCH \
--url https://stage.samdock.app/api/contacts/custom-fields/person/id \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"_id": "e52db3a2-fdb9-4810-9ef2-03143ea14430",
"_tenantID": 1,
"name": "John",
"key": "123-321",
"description": 1,
"type": 2
}
'
Try It!
to start a request and see the response here! Or choose an example: