post
Append
{{protocol}}://{{url}}/{{version}}/items/:_key/append
Attach a new item to an existing item with an edge of type "Child"
Authenticated. Permissions:
aon 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": ""
}