Logo
15_Days_of_Postman_-_for_testers_IvanKo API Documentation

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.

 

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" } }



Curl
curl -X PUT 'https://api.getpostman.com/collections/collectionId/pulls'

ENDPOINTS