Update the caller id settings
Update the caller id settings
Path Parameters
id string required
The ID of the number to update the caller id settings for
application/json
Request Body required
callerId string required
Possible values: [caller
, callee
]
The caller ID to use for incoming calls
callerIdAnnounce boolean nullable
Whether to announce the caller ID for incoming calls, only applicable if callerId is set to "caller"
Responses
- 204
- 400
- 401
- 403
- 404
Successfully updated the caller id 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...