Alfresco / rest-api-explorer

Public REST API Explorer
Apache License 2.0
37 stars 25 forks source link

ACS-3183 POST rules, GET, PUT and DELETE rule API definition. #161

Closed tpage-alfresco closed 2 years ago

tpage-alfresco commented 2 years ago

Initial spec for Rules CRUD. More PRs to follow, eg. to add link/unlink rulesets etc.

Also some small changes to the GET rules API, the largest being the introduction of a new type for action definitions (one that doesn't include a target node id).

tpage-alfresco commented 2 years ago

Added API definitions for GET/PUT/DELETE a single rule and updated everything to include the concept of a ruleset (so now we have the three level path /nodes/{nodeId}/rulesets/{rulesetId}/rules/{ruleId}).