Update a contact point
PUT/v1/provisioning/contact-points/:UID
Update a contact point. Please ensure to change the region in the URL to match your account's region.
Request
Path Parameters
UID stringrequired
Contact point unique identifier.
- application/json
Body
disableResolveMessage boolean
name string
settings object
type string
uid string
Responses
- 202
- 204
- 400
Not Found
- application/json
- Schema
- Example (from schema)
Schema
message string
{
"message": "The contact point was deleted successfully."
}
Acknowledged
- application/json
- Schema
- Example (from schema)
Schema
object
{}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
message string
{
"message": "Validator error."
}
Loading...