Skip to main content
POST
Update preset severity rule

Restrictions

Usage

  • You need write access to the target application before calling this operation.
  • Every call is recorded in the account audit log. Don’t put secrets in request fields.
  • A successful response contains only request_id.

Authorizations

app_key
string
query
required

App key issued from the Flashduty console under Account → APP Keys. Required on every public API call. Keep it secret — it grants the same access as the owning account.

Body

application/json

Parameters for updating a preset severity rule.

application_id
string
required

RUM application ID.

rule_id
string
required

Rule ID to update.

rule_name
string

Replacement rule name.

Required string length: 1 - 128
description
string

Replacement rule explanation.

Maximum string length: 512
filters
object[][]

Filter groups joined by OR; each group joins its conditions with AND.

Conditions joined by AND.

severity
enum<string>

Replacement severity.

Available options:
Critical,
Warning,
Info

Response

Success

request_id
string
required