cURL
curl --request PUT \ --url https://api.vogent.ai/api/phone_numbers/{id} \ --header 'Content-Type: application/json' \ --data '{ "agentId": "<string>" }'
{ "id": "<string>", "number": "+18001234567", "agentId": "<string>" }
Update a phone number’s properties
ID of the versioned prompt.
Update phone number properties
The body is of type object.
object
Successful operation
The response is of type object.