We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 024988d commit f9dabbbCopy full SHA for f9dabbb
.gitignore
@@ -13,6 +13,7 @@
13
*.env
14
15
/tools/postman/openapi
16
+/tools/postman/node_modules
17
/node_modules
18
19
# Tool generated files
tools/postman/scripts/upload-collection.sh
@@ -25,7 +25,7 @@ collection_transformed_path="${PWD}/${TMP_FOLDER}/${COLLECTION_TRANSFORMED_FILE_
25
26
pushd "${OPENAPI_FOLDER}"
27
28
-current_collection_name="⭐MongoDB Atlas Administration API ${current_api_revision}"
+current_collection_name="⭐ MongoDB Atlas Administration API ${current_api_revision}"
29
30
echo "Fetching list of current collections"
31
echo "curl -o ${COLLECTIONS_LIST_FILE}
0 commit comments