put

Update an item

lock
{{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 !"
}