curl --request PATCH \
--url http://localhost/api/api/rulealert/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"alert_priority_level": "<string>",
"created_by": 123,
"modified_by": 123
}
'{
"id": 123,
"rule_title": "<string>",
"alert_priority_level": "<string>",
"created_by": 123,
"modified_by": 123
}curl --request PATCH \
--url http://localhost/api/api/rulealert/{id} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"alert_priority_level": "<string>",
"created_by": 123,
"modified_by": 123
}
'{
"id": 123,
"rule_title": "<string>",
"alert_priority_level": "<string>",
"created_by": 123,
"modified_by": 123
}The following API can be used to set the alert priority level for a given rule number. Cases that are created for a certain rule number will be using the pre-set alert priority level. Do note that the alert priority level can either be set to Low, Medium, High or Unrated.Documentation Index
Fetch the complete documentation index at: https://docs.cynopsis.co/llms.txt
Use this file to discover all available pages before exploring further.
JWT token obtained from AWS Cognito or custom authentication service
A unique integer value identifying this rule details.