ForkRequestPostPayload
{
"parent": 5421,
"document": 3981,
"position": null
}
Properties
Name | Type | Required | Restrictions | Description |
|---|---|---|---|---|
parent | integer | true | none | The ID of the parent fork or document. |
document | integer | true | none | The ID of the document represented by the fork. |
position | any | false | none | The position of the fork inside the parent. If not provided, the fork will automatically be placed after all siblings. If placed in the middle of a structure, subsequent forks will be moved one step down to accomodate the new fork. |