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