Update the phone
PUT
/crm/organizations/{organizationId}/phones/{phoneId}Request
Path Params
organizationId
string
required
phoneId
string
required
Body Params application/json
phone
string
required
<= 255 characters
Example
{
"phone": "string"
}
Responses
Success(200)
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
No schema defined
Example
Not configured
Last modified: 10 months ago