Update the missed call settings for a voice menu key
Update the missed call settings for a voice menu key
Path Parameters
id string required
The ID of the number to update the missed call settings for
key string required
Possible values: [1
, 2
, 3
, 4
, 5
, 6
, 7
, 8
, 9
, 0
, star
, pound
]
The key to update
application/json
Request Body required
setting string required
Possible values: [hangup
, voicemail
, forward
]
The unanswered option setting
recordingId string nullable
The ID of the recording that is used for the unanswered option, if applicable
forwardTarget object nullable
e164 string nullable
The phone number of the target in E.164 format, if applicable
user string nullable
The ID of the user that is configured as target, if applicable
Responses
- 204
- 400
- 401
- 403
- 404
Successfully updated the missed call 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...