patch
Patch an item
{{protocol}}://{{url}}/{{version}}/items/:_key
Patch an item. This will merge the provided data
with the existing.
Permissions:
w
on the item to patch.
Authentication
Authentication inherited from the collection: Bearer .Parameters
Name | Type | Value |
---|---|---|
_key | path | {{meKey}} |
Body
{
"data": {
"name": "System"
},
"deepMerge": true,
"history": true,
"message": "Patched !"
}
Update an item
Previous
Remove an item
Next