v1

latestOpenAPI 3.0.02026-08-06194226589.8 KB
Rules

Disable a rule.

put/api/apps/{app}/rules/{id}/disable

Path parameters

appstring required

The name of the app.

idstring required

The ID of the rule to disable.

Response

Rule disabled.

_linksobject required

The links.

idstring required

The ID of the rule.

createdBystring required

The user that has created the rule.

lastModifiedBystring required

The user that has updated the rule.

createdstring date-time required

The date and time when the rule has been created.

lastModifiedstring date-time required

The date and time when the rule has been modified last.

versioninteger required

The version of the rule.

isEnabledboolean required

Determines if the rule is enabled.

namestring nullable

Optional rule name.

numSucceededinteger required

The number of completed executions.

numFailedinteger required

The number of failed executions.

lastExecutedstring date-time nullable

The date and time when the rule was executed the last time.