phones
Rename a phone
Sets the human-readable display name on a private phone the caller's org owns. Returns the updated phone summary.
patch/phones/{phone_id}/nickname
Path parameters
phone_idstring required
device identifier
device identifier
Request body
Example request
{
"$schema": "/api/v1/PhoneUpdateNicknameRequest.json"
}Response
OK
Example response
{
"$schema": "/api/v1/PhoneSummary.json"
}