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