PUT {{baseUrl}}/collections/{{collectionId}}/pulls
Pulls the changes from a parent (source) collection into the forked collection. In the endpoint's response:
destinationId
is the ID of the forked collection.sourceId
is the ID of the source collection.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
RESPONSES
status OK
{
"collection": {
"destinationId": "12345678-12ece9e1-2abf-4edc-8e34-de66e74114d2",
"sourceId": "12345678-45499451-e894-41b8-8c66-8191ab64932a"
}
} |
ENDPOINTS