Update number related preferences
Update number related preferences
Path Parameters
id string required
The ID of the number to update the insights preferences for
application/json
Request Body required
label string nullable
insightsEnabled boolean nullable
Responses
- 204
- 400
- 401
- 404
- 500
Successfully updated the number preferences
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
The number was not found
Internal Server Error
Loading...