Skip to content

Commit b6b74c5

Browse files
ci(prod): Release API Changelog 🚀. See https://github.com/mongodb/openapi/actions/runs/16789751518.
1 parent c2539df commit b6b74c5

File tree

2 files changed

+0
-426
lines changed

2 files changed

+0
-426
lines changed

changelog/internal/changelog-all.json

Lines changed: 0 additions & 261 deletions
Original file line numberDiff line numberDiff line change
@@ -258,12 +258,6 @@
258258
"change": "removed the 'AUTO_HEALING_CANNOT_REPAIR_INTERNAL, AUTO_HEALING_CANNOT_RESYNC_INTERNAL' enum values from the 'results/items/oneOf[subschema #15: NDS Audits]/eventTypeName' response property",
259259
"changeCode": "response-property-enum-value-removed",
260260
"backwardCompatible": false
261-
},
262-
{
263-
"change": "removed the 'MONGOTUNE_DISABLED, MONGOTUNE_ENABLED' enum values from the 'results/items/oneOf[subschema #15: NDS Audits]/eventTypeName' response property",
264-
"changeCode": "response-property-enum-value-removed",
265-
"backwardCompatible": false,
266-
"hideFromChangelog": true
267261
}
268262
],
269263
"stabilityLevel": "stable",
@@ -299,12 +293,6 @@
299293
"change": "removed the 'AUTO_HEALING_CANNOT_REPAIR_INTERNAL, AUTO_HEALING_CANNOT_RESYNC_INTERNAL, MONGOTUNE_ENABLED' enum values from the '/oneOf[subschema #15: NDS Audits]/eventTypeName' response property",
300294
"changeCode": "response-property-enum-value-removed",
301295
"backwardCompatible": false
302-
},
303-
{
304-
"change": "removed the 'MONGOTUNE_DISABLED' enum value from the '/oneOf[subschema #15: NDS Audits]/eventTypeName' response property",
305-
"changeCode": "response-property-enum-value-removed",
306-
"backwardCompatible": false,
307-
"hideFromChangelog": true
308296
}
309297
],
310298
"stabilityLevel": "stable",
@@ -314,139 +302,13 @@
314302
"operationId": "getProjectEvent",
315303
"tag": "Events"
316304
},
317-
{
318-
"path": "/api/atlas/v2/groups/{groupId}/liveMigrations",
319-
"httpMethod": "POST",
320-
"versions": [
321-
{
322-
"version": "2025-03-12",
323-
"changes": [
324-
{
325-
"change": "the 'destination/clusterName' request property's minLength was increased from '0' to '1'",
326-
"changeCode": "request-property-min-length-increased",
327-
"backwardCompatible": false,
328-
"hideFromChangelog": true
329-
},
330-
{
331-
"change": "the 'destination/hostnameSchemaType' request property's minLength was increased from '0' to '1'",
332-
"changeCode": "request-property-min-length-increased",
333-
"backwardCompatible": false,
334-
"hideFromChangelog": true
335-
},
336-
{
337-
"change": "the 'migrationHosts/items/' request property's minLength was increased from '0' to '1'",
338-
"changeCode": "request-property-min-length-increased",
339-
"backwardCompatible": false,
340-
"hideFromChangelog": true
341-
},
342-
{
343-
"change": "the 'source/clusterName' request property's minLength was increased from '0' to '1'",
344-
"changeCode": "request-property-min-length-increased",
345-
"backwardCompatible": false,
346-
"hideFromChangelog": true
347-
}
348-
],
349-
"stabilityLevel": "stable",
350-
"changeType": "update"
351-
}
352-
],
353-
"operationId": "createPushMigration",
354-
"tag": "Cloud Migration Service"
355-
},
356-
{
357-
"path": "/api/atlas/v2/groups/{groupId}/liveMigrations/validate",
358-
"httpMethod": "POST",
359-
"versions": [
360-
{
361-
"version": "2025-03-12",
362-
"changes": [
363-
{
364-
"change": "the 'destination/clusterName' request property's minLength was increased from '0' to '1'",
365-
"changeCode": "request-property-min-length-increased",
366-
"backwardCompatible": false,
367-
"hideFromChangelog": true
368-
},
369-
{
370-
"change": "the 'destination/hostnameSchemaType' request property's minLength was increased from '0' to '1'",
371-
"changeCode": "request-property-min-length-increased",
372-
"backwardCompatible": false,
373-
"hideFromChangelog": true
374-
},
375-
{
376-
"change": "the 'migrationHosts/items/' request property's minLength was increased from '0' to '1'",
377-
"changeCode": "request-property-min-length-increased",
378-
"backwardCompatible": false,
379-
"hideFromChangelog": true
380-
},
381-
{
382-
"change": "the 'source/clusterName' request property's minLength was increased from '0' to '1'",
383-
"changeCode": "request-property-min-length-increased",
384-
"backwardCompatible": false,
385-
"hideFromChangelog": true
386-
}
387-
],
388-
"stabilityLevel": "stable",
389-
"changeType": "update"
390-
}
391-
],
392-
"operationId": "validateMigration",
393-
"tag": "Cloud Migration Service"
394-
},
395-
{
396-
"path": "/api/atlas/v2/groups/{groupId}/serviceAccounts",
397-
"httpMethod": "POST",
398-
"versions": [
399-
{
400-
"version": "2025-03-12",
401-
"changes": [
402-
{
403-
"change": "the 'roles' request property's minItems was increased to '1'",
404-
"changeCode": "request-property-min-items-increased",
405-
"backwardCompatible": false,
406-
"hideFromChangelog": true
407-
}
408-
],
409-
"stabilityLevel": "stable",
410-
"changeType": "update"
411-
}
412-
],
413-
"operationId": "createProjectServiceAccount",
414-
"tag": "Service Accounts"
415-
},
416-
{
417-
"path": "/api/atlas/v2/groups/{groupId}/serviceAccounts/{clientId}:invite",
418-
"httpMethod": "POST",
419-
"versions": [
420-
{
421-
"version": "2025-03-12",
422-
"changes": [
423-
{
424-
"change": "the 'roles' request property's minItems was increased to '1'",
425-
"changeCode": "request-property-min-items-increased",
426-
"backwardCompatible": false,
427-
"hideFromChangelog": true
428-
}
429-
],
430-
"stabilityLevel": "stable",
431-
"changeType": "update"
432-
}
433-
],
434-
"operationId": "addProjectServiceAccount",
435-
"tag": "Service Accounts"
436-
},
437305
{
438306
"path": "/api/atlas/v2/groups/{groupId}/users/{userId}:addRole",
439307
"httpMethod": "POST",
440308
"versions": [
441309
{
442310
"version": "2025-03-12",
443311
"changes": [
444-
{
445-
"change": "the 'roles' response's property type/format changed from 'object'/'' to 'array'/'' for status '200'",
446-
"changeCode": "response-property-type-changed",
447-
"backwardCompatible": false,
448-
"hideFromChangelog": true
449-
},
450312
{
451313
"change": "mapped value for key 'ACTIVE' changed from '#/components/schemas/OrgActiveUserResponse' to '#/components/schemas/GroupActiveUserResponse' from the response discriminator for the response status '200'",
452314
"changeCode": "response-body-discriminator-mapping-changed",
@@ -466,12 +328,6 @@
466328
"change": "removed '#/components/schemas/OrgPendingUserResponse, #/components/schemas/OrgActiveUserResponse' from the response body 'oneOf' list for the response",
467329
"changeCode": "response-body-one-of-removed",
468330
"backwardCompatible": true
469-
},
470-
{
471-
"change": "removed the optional properties 'roles/groupRoleAssignments, roles/orgRoles, teamIds' from the response",
472-
"changeCode": "response-optional-property-removed",
473-
"backwardCompatible": false,
474-
"hideFromChangelog": true
475331
}
476332
],
477333
"stabilityLevel": "stable",
@@ -488,12 +344,6 @@
488344
{
489345
"version": "2025-03-12",
490346
"changes": [
491-
{
492-
"change": "the 'roles' response's property type/format changed from 'object'/'' to 'array'/'' for status '200'",
493-
"changeCode": "response-property-type-changed",
494-
"backwardCompatible": false,
495-
"hideFromChangelog": true
496-
},
497347
{
498348
"change": "mapped value for key 'ACTIVE' changed from '#/components/schemas/OrgActiveUserResponse' to '#/components/schemas/GroupActiveUserResponse' from the response discriminator for the response status '200'",
499349
"changeCode": "response-body-discriminator-mapping-changed",
@@ -513,12 +363,6 @@
513363
"change": "removed '#/components/schemas/OrgPendingUserResponse, #/components/schemas/OrgActiveUserResponse' from the response body 'oneOf' list for the response",
514364
"changeCode": "response-body-one-of-removed",
515365
"backwardCompatible": true
516-
},
517-
{
518-
"change": "removed the optional properties 'roles/groupRoleAssignments, roles/orgRoles, teamIds' from the response",
519-
"changeCode": "response-optional-property-removed",
520-
"backwardCompatible": false,
521-
"hideFromChangelog": true
522366
}
523367
],
524368
"stabilityLevel": "stable",
@@ -528,27 +372,6 @@
528372
"operationId": "removeProjectRole",
529373
"tag": "MongoDB Cloud Users"
530374
},
531-
{
532-
"path": "/api/atlas/v2/orgs",
533-
"httpMethod": "POST",
534-
"versions": [
535-
{
536-
"version": "2025-03-12",
537-
"changes": [
538-
{
539-
"change": "the 'serviceAccount/roles' request property's minItems was increased to '1'",
540-
"changeCode": "request-property-min-items-increased",
541-
"backwardCompatible": false,
542-
"hideFromChangelog": true
543-
}
544-
],
545-
"stabilityLevel": "stable",
546-
"changeType": "update"
547-
}
548-
],
549-
"operationId": "createOrganization",
550-
"tag": "Organizations"
551-
},
552375
{
553376
"path": "/api/atlas/v2/orgs/{orgId}/events",
554377
"httpMethod": "GET",
@@ -589,90 +412,6 @@
589412
"operationId": "getOrganizationEvent",
590413
"tag": "Events"
591414
},
592-
{
593-
"path": "/api/atlas/v2/orgs/{orgId}/resourcePolicies",
594-
"httpMethod": "POST",
595-
"versions": [
596-
{
597-
"version": "2025-03-12",
598-
"changes": [
599-
{
600-
"change": "the 'policies/items/body' request property's minLength was increased from '0' to '1'",
601-
"changeCode": "request-property-min-length-increased",
602-
"backwardCompatible": false,
603-
"hideFromChangelog": true
604-
}
605-
],
606-
"stabilityLevel": "stable",
607-
"changeType": "update"
608-
}
609-
],
610-
"operationId": "createOrgResourcePolicy",
611-
"tag": "Resource Policies"
612-
},
613-
{
614-
"path": "/api/atlas/v2/orgs/{orgId}/resourcePolicies/{resourcePolicyId}",
615-
"httpMethod": "PATCH",
616-
"versions": [
617-
{
618-
"version": "2025-03-12",
619-
"changes": [
620-
{
621-
"change": "the 'policies/items/body' request property's minLength was increased from '0' to '1'",
622-
"changeCode": "request-property-min-length-increased",
623-
"backwardCompatible": false,
624-
"hideFromChangelog": true
625-
}
626-
],
627-
"stabilityLevel": "stable",
628-
"changeType": "update"
629-
}
630-
],
631-
"operationId": "updateOrgResourcePolicy",
632-
"tag": "Resource Policies"
633-
},
634-
{
635-
"path": "/api/atlas/v2/orgs/{orgId}/resourcePolicies:validate",
636-
"httpMethod": "POST",
637-
"versions": [
638-
{
639-
"version": "2025-03-12",
640-
"changes": [
641-
{
642-
"change": "the 'policies/items/body' request property's minLength was increased from '0' to '1'",
643-
"changeCode": "request-property-min-length-increased",
644-
"backwardCompatible": false,
645-
"hideFromChangelog": true
646-
}
647-
],
648-
"stabilityLevel": "stable",
649-
"changeType": "update"
650-
}
651-
],
652-
"operationId": "validateAtlasResourcePolicy",
653-
"tag": "Resource Policies"
654-
},
655-
{
656-
"path": "/api/atlas/v2/orgs/{orgId}/serviceAccounts",
657-
"httpMethod": "POST",
658-
"versions": [
659-
{
660-
"version": "2025-03-12",
661-
"changes": [
662-
{
663-
"change": "the 'roles' request property's minItems was increased to '1'",
664-
"changeCode": "request-property-min-items-increased",
665-
"backwardCompatible": false,
666-
"hideFromChangelog": true
667-
}
668-
],
669-
"stabilityLevel": "stable",
670-
"changeType": "update"
671-
}
672-
],
673-
"operationId": "createServiceAccount",
674-
"tag": "Service Accounts"
675-
},
676415
{
677416
"path": "/api/atlas/v2/orgs/{orgId}/teams/{teamId}/users",
678417
"httpMethod": "GET",

0 commit comments

Comments
 (0)