put
Update an item
{{protocol}}://{{url}}/{{version}}/items/:_key
Update an item. This will completely replace the existing data
by the provided data
.
Permissions:
w
on the item to update.
Authentication
Authentication inherited from the collection: Bearer .Parameters
Name | Type | Value |
---|---|---|
_key | path | {{meKey}} |
Body
{
"data": {
"name": "System",
"email": "system@fatfi.sh"
},
"history": true,
"message": "Completion updated !"
}
Create an item
Previous
Patch an item
Next