patch
Patch an item
{{protocol}}://{{url}}/{{version}}/items/:_key
Patch an item. This will merge the provided data with the existing.
Permissions:
won 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 !"
}