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 4912fa5 commit c4492f0Copy full SHA for c4492f0
.github/scripts/generateSpecMapping.js
@@ -5,6 +5,7 @@ import { fileURLToPath } from 'node:url';
5
const __filename = fileURLToPath(import.meta.url);
6
const __dirname = path.dirname(__filename);
7
8
+// Add new specs to be deployed to Bump here
9
const SPEC_MAPPING = [
10
{
11
doc: 'f929d2d7-27d7-4591-b22f-6c2e543a7874',
@@ -13,9 +14,6 @@ const SPEC_MAPPING = [
13
14
},
15
];
16
-/**
17
- * Handles the resource versions for Atlas Admin API v2
18
- */
19
function handleAdminAPIv2() {
20
const docId = '2accf4b8-a543-426c-94c3-794ae26b68be';
21
const directory = 'openapi/v2';
0 commit comments