cURL
curl --request PUT \ --url 'https://api.precallai.com/api/v1/segment/update?id={id}' \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data '{ "name": "<string>", "description": "<string>" }'
{ "name": "<string>", "description": "<string>" }
Update a Contact
The ID of the contact to update
Contact to update
The body is of type object.
object
Contact response
The response is of type object.