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 af47092 commit dfe6384Copy full SHA for dfe6384
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 MongoDB Atlas Administration API ${currentApiRevision}`;
59
60
console.log('Adding Collection description');
61
const description = fs.readFileSync(DESCRIPTION_FILE, 'utf8').trim();
0 commit comments