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 6ff4dd4 commit 780d009Copy full SHA for 780d009
tools/postman/scripts/transform-postman.js
@@ -55,7 +55,7 @@ const transform = () => {
55
collection = JSON.parse(cleanedCollectionString);
56
57
console.log(`Updating name with version ${currentApiRevision}`);
58
- collection.collection.info.name = `MongoDB Atlas Administration API ${currentApiRevision}`;
+ collection.collection.info.name = `⭐ MongoDB Atlas Administration API ${currentApiRevision}`;
59
60
console.log('Adding Collection description');
61
const description = fs.readFileSync(DESCRIPTION_FILE, 'utf8').trim();
0 commit comments