put https://store.myheadq.com/contacts/
Updates a contact with the given properties and returns a updated contact.
Log in to see full request history
Responses
Updates a contact with the given properties and returns a updated contact.
xxxxxxxxxx
11curl --request PUT \
--url https://store.myheadq.com/contacts/contactId \
--header 'accept: application/json' \
--header 'content-type: application/json' \
--data '
{
"Contact": {
"email": "john.smith@example.com"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: