post

Append

lock
{{protocol}}://{{url}}/{{version}}/items/:_key/append

Attach a new item to an existing item with an edge of type "Child"

Authenticated. Permissions: a on the item on which the new item will be attached.

Authentication

Authentication inherited from the collection: Bearer .

Parameters

Name Type Value
_key path {{meKey}}

Body

          {
  "item": {
    "type": "Group",
    "data": {
      "name": "my new group"
    }
  },
  "edge": {
    "type": "Child"
  },
  "applyTemplate": false,
  "templateKey": ""
}