Skip to main content
PATCH
/
api
/
ruleinformation
/
{id}
{
  "id": 123,
  "rule_title": "<string>",
  "rule_description": "<string>",
  "alert_priority_level": "<string>",
  "custom_rule_title": "<string>",
  "custom_rule_description": "<string>",
  "created_by": 123,
  "modified_by": 123
}

Authorizations

Authorization
string
header
required

JWT token obtained from AWS Cognito or custom authentication service

Path Parameters

id
integer
required

A unique integer value identifying this rule details.

Body

A ModelSerializer that takes an additional fields argument that controls which fields should be displayed.

custom_rule_title
string
Maximum length: 512
custom_rule_description
string
Maximum length: 1024
created_by
integer | null
modified_by
integer | null

Response

200 - application/json

A ModelSerializer that takes an additional fields argument that controls which fields should be displayed.

id
integer
required
rule_title
string
required
rule_description
string
required
alert_priority_level
string
required
custom_rule_title
string
Maximum length: 512
custom_rule_description
string
Maximum length: 1024
created_by
integer | null
modified_by
integer | null