Update the call forwarding ring logic for a voice menu key
Update the call forwarding ring logic for a voice menu key
Path Parameters
id string required
The ID of the number to update the call forwarding ring logic 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
ringTime integer
The number of seconds to ring on an incoming call
ringAttempts integer required
Possible values: [1
, 2
, 3
]
The number of times the call is attempted to be delivered
ringMethod string required
Possible values: [ringAll
, roundRobin
]
The method of ringing the users in the call forwarding list
Responses
- 204
- 400
- 401
- 403
- 404
Successfully updated the call forwarding preferences for the voice menu key
Bad request
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...