Update the call forwarding voice menu settings of a number
Update the call forwarding voice menu settings of a number
Path Parameters
id string required
The ID of the number to update the call forwarding voice menu settings for
application/json
Request Body required
announcementRecordingId string required
The ID of the recording used for the voice menu announcement
repeatAnnouncement integer required
Possible values: <= 2
The number of times the announcement is repeated
defaultOption string nullable
Possible values: [0
, 1
, 2
, 3
, 4
, 5
, 6
, 7
, 8
, 9
, *
, #
, null
]
The default option if no input is received. Null to disable
enabled boolean nullable
Whether or not the voice menu is enabled
Responses
- 204
- 400
- 401
- 403
- 404
Successfully updated the call forwarding targets
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...