Rules Configs

rules_configs

Methods

Delete Rules Config For A Given Key ->
delete/rules-configs/{key}

Delete a rules config variable identified by its key.

Retrieve Config Variable Keys For Rules Get Rules Configs -> Array<{ key }>
get/rules-configs

Retrieve rules config variable keys.

Note: For security, config variable values cannot be retrieved outside rule execution.
Set Rules Config For A Given Key -> { key, value }
put/rules-configs/{key}

Sets a rules config variable.

Security

Example: Authorization: Bearer My Bearer Token

Parameters
key: string
Response fields
key: string
(minLength: 1, maxLength: 127)

Key for a rules config variable.

value: string

Value for a rules config variable.

Request example
200Example