cURL
curl --request POST \ --url https://api.example.com/admin/configuration/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "is_enabled": true } '
{ "configuration_rule": { "id": "<string>", "rule_type": "<string>", "is_enabled": true } }
Updates a rule
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the Rule.
Created
A configuration rule object
Show child attributes