/action/<group-name>/<action-name>
URL | /action/<group-name>/<action-name> |
---|---|
Method | DELETE |
Permissions | Auth: true |
Scopes | Action |
Code | deleteActionHandler |
/action/<group-name>/<action-name>/audit
URL | /action/<group-name>/<action-name>/audit |
---|---|
Method | GET |
Permissions | Auth: true |
Scopes | Action |
Code | getActionAuditHandler |
/action/<group-name>/<action-name>/export
URL | /action/<group-name>/<action-name>/export |
---|---|
Method | GET |
Permissions | Auth: true |
Scopes | Action |
Code | getActionExportHandler |
/action/<group-name>/<action-name>/usage
URL | /action/<group-name>/<action-name>/usage |
---|---|
Method | GET |
Permissions | Auth: true |
Scopes | Action |
Code | getActionUsageHandler |
/action/<group-name>/<action-name>
URL | /action/<group-name>/<action-name> |
---|---|
Method | GET |
Permissions | Auth: true |
Scopes | Action |
Code | getActionHandler |
/action
URL | /action |
---|---|
Method | GET |
Permissions | Auth: true |
Scopes | Action |
Code | getActionsHandler |
/action/<group-name>/<action-name>/audit/<audit-id>/rollback
URL | /action/<group-name>/<action-name>/audit/<audit-id>/rollback |
---|---|
Method | POST |
Permissions | Auth: true |
Scopes | Action |
Code | postActionAuditRollbackHandler |
/action/import
URL | /action/import |
---|---|
Method | POST |
Permissions | Auth: true |
Scopes | Action |
Code | importActionHandler |
/action
URL | /action |
---|---|
Method | POST |
Permissions | Auth: true |
Scopes | Action |
Code | postActionHandler |
/action/<group-name>/<action-name>
URL | /action/<group-name>/<action-name> |
---|---|
Method | PUT |
Permissions | Auth: true |
Scopes | Action |
Code | putActionHandler |