v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBCase Management
Update a notification rule
Update a notification rule.
put/api/v2/cases/projects/{project_id}/notification_rules/{notification_rule_id}
Path parameters
project_idstring required
Project UUID
notification_rule_idstring required
Notification Rule UUID
Request body
Example request
{
"data": {
"attributes": {
"recipients": [
{
"type": "EMAIL"
}
],
"triggers": [
{
"type": "CASE_CREATED"
}
]
},
"type": "notification_rule"
}
}Response
No Content