Skip to main content
PATCH
Update Rule
Updates a rule’s title or description. Only space admins can update rules.

Path Parameters

string
required
UUID of the space.
string
required
UUID of the rule to update.

Body Parameters

string
Updated title.
string | null
Updated description. Pass null to clear.

Response

The updated Rule object. See also: useUpdateRule