We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 881803f commit cff959bCopy full SHA for cff959b
tools/postman/scripts/upload-collection.sh
@@ -80,7 +80,7 @@ else
80
--header 'X-API-Key: **********'
81
--data ${collection_transformed_path}"
82
83
- curl --show-error --fail --retry 10 --retry-all-errors --silent --request PUT \
+ curl --show-error --fail --retry 10 --retry-all-errors -v --request PUT \
84
--location "https://api.getpostman.com/collections/${collection_id}" \
85
--header "Content-Type: application/json" \
86
--header "X-API-Key: ${POSTMAN_API_KEY}" \
0 commit comments