PUT /a/acl
Store an ACL
Body Parameters
| Name | Description | Type | Required |
|---|---|---|---|
| Action | Action on which this ACL provides control | #/definitions/idmACLAction | |
| ID | Unique ID of this ACL | string | |
| NodeID | Associated Node | string | |
| RoleID | Associated Role | string | |
| WorkspaceID | Associated Workspace | string |
Body Example
{
"Action": {
"Name": "string",
"Value": "string"
},
"ID": "string",
"NodeID": "string",
"RoleID": "string",
"WorkspaceID": "string"
}
Response Example (200)
Response Type /definitions/idmACL
{
"Action": {
"Name": "string",
"Value": "string"
},
"ID": "string",
"NodeID": "string",
"RoleID": "string",
"WorkspaceID": "string"
}