PUT
/
rules
/
{id}

Authorizations

X-Qualifire-API-Key
string
header
required

Path Parameters

id
string
required

The ID of the Rule to update

Body

application/json
id
string

The ID of the Rule

name
string

The name of the Rule

description
string

The description of the Rule

created_at
string

The creation date of the Rule

active
boolean
default:
true

Whether the Rule is active

trigger
string

The trigger of the Rule

error_threshold
integer

The error threshold of the Rule

Required range: 0 < x < 100
warning_threshold
integer

The warning threshold of the Rule

Required range: 0 < x < 100
evaluations
object
actions
object

Response

200 - application/json
id
string

The ID of the Rule

name
string

The name of the Rule

description
string

The description of the Rule

created_at
string

The creation date of the Rule

active
boolean
default:
true

Whether the Rule is active

trigger
string

The trigger of the Rule

error_threshold
integer

The error threshold of the Rule

Required range: 0 < x < 100
warning_threshold
integer

The warning threshold of the Rule

Required range: 0 < x < 100
evaluations
object
actions
object