Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tools/postman/scripts/upload-collection.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ else
--data ${collection_transformed_path}"

execute_curl --request PUT --retry 3 --retry-delay 30 --retry-max-time 1200 \
--show-error --fail --silent \
--show-error --fail --silent --retry-all-errors \
--location "https://api.getpostman.com/collections/${collection_id}" \
--header "Content-Type: application/json" \
--header "X-API-Key: ${POSTMAN_API_KEY}" \
Expand Down