Numbers
Update Number
Update the specified resource in storage.
put/numbers/{number}
Path parameters
numberinteger required
The ID of the number to update
Request body
Example request
{
"label": "Sales Line",
"routes": [
{
"forwards": [
{
"number": "+18005551234"
}
]
}
],
"sms_notification_phone": "+18005551234",
"sms_notification_phone_additional": [
"+18005551234"
],
"voicemail_notification_phone": "+18005551234",
"voicemail_notification_phone_additional": [
"+18005551234"
]
}Response
Updated successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.