Skip to content

Instantly share code, notes, and snippets.

@albarin
Last active May 6, 2019 09:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save albarin/1222482efdd42210f0c8a97f115891c8 to your computer and use it in GitHub Desktop.
Save albarin/1222482efdd42210f0c8a97f115891c8 to your computer and use it in GitHub Desktop.
Call to update Postman collection
curl -X PUT \
https://api.getpostman.com/collections/${POSTMAN_COLLECTION_UID} \
-H "Content-Type: application/json" \
-H "X-Api-Key: ${POSTMAN_API_KEY}" \
-d @postman-collection.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment