put https://rest.directiq.com/contacts/contact/update/
Updates a contact with the given id using fields from the request body.
Log in to see full request history
Responses
200Success
Updates a contact with the given id using fields from the request body.
200Success
xxxxxxxxxx
curl --request PUT \
--url https://rest.directiq.com/contacts/contact/update/id \
--header 'accept: application/json' \
--header 'content-type: application/*+json' \
--data '{"status":0}'
Try It!
to start a request and see the response here! Or choose an example: