patch
Patch permissions
{{protocol}}://{{url}}/{{version}}/items/:_key/permissions
Patch an item permissions with data.
Permissions:
gon the item.
Authentication
Authentication inherited from the collection: Bearer .Parameters
| Name | Type | Value |
|---|---|---|
| _key | path | {{patch}} |
Body
{
"userKey": "3865814",
"data": {
"permissions": "rawsg"
},
"propagate": true
}