Update the call forwarding queue settings
Update the call forwarding queue settings
Path Parameters
id string required
The ID of the number to update the call forwarding queue settings for
application/json
Request Body required
enabled boolean required
Whether or not the queue is enabled
maxTime integer required
Possible values: [60
, 120
, 180
, 240
, 300
, 600
, 900
, 1200
, 1500
, 1800
]
The maximum time in seconds a call can be in the queue
musicOnHoldId string nullable
The ID of the music on hold to be played, null to disable
announcementRecordingId string nullable
The ID of the recording that is configured as join announcement, null to disable
Responses
- 204
- 400
- 401
- 403
- 404
Successfully updated the queue settings
Invalid request body
application/json
Schema
Example (from schema)
Schema
- Array [
- ]
errors object[]
code string
Human readable error code
message string
Human readable error message
detail string
Human readable error detail
{
"errors": [
{
"code": "ERROR_CODE",
"message": "An error occurred while calling the endpoint",
"detail": "View more info at developers.rinkel.com"
}
]
}
Unauthorized
Forbidden
The number was not found
Loading...