Add a Notification Setting
Add a notification setting.
POST
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
A UUID reference to the associated Notification Event Condition.
Example:
"70c7c5cb-dce2-4124-accb-870d39dbe852"
A UUID reference to the associated Notification Profile.
Example:
"12455643-3cf1-4683-ad23-1cd32f7d5e0a"
A UUID reference to the associated Notification Channel.
Example:
"12455643-3cf1-4683-ad23-1cd32f7d5e0a"
Response
A Notification Setting response
JavaScript