Update permits for an ACL associated with an object
PATCH {{baseUrl}}/instances/:category/:type/:id/acl
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string |
RESPONSES
status OK
{
"name": "laboris Duis",
"permits": [
{
"identity": "laborum dolor",
"identity_type": "mollit laborum",
"permissions": [
"in ut exercitation laborum",
"dolore officia tempor enim"
]
},
{
"identity": "occaecat ipsum in non",
"identity_type": "Lorem in",
"permissions": [
"non irure est",
"in et esse"
]
}
],
"id": "02b2ded7-ed76-09c0-35e2-c52dac6df050",
"description": "irure",
"internal": true,
"owner": "Lorem",
"etag": 53146120,
"_links": {
"self": {
"href": "irure nisi sit ullamco sed"
},
"edit": {
"href": "adipisicing"
},
"delete": {
"href": "pariatur ve"
}
}
} |
ENDPOINTS