Skip to content

Commit f6e4067

Browse files
ci(dev): Release API Changelog 🚀. See https://github.com/mongodb/openapi/actions/runs/26300449596.
1 parent 290f085 commit f6e4067

5 files changed

Lines changed: 130 additions & 2 deletions

File tree

‎changelog/changelog.json‎

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,46 @@
22
{
33
"date": "2026-05-22",
44
"paths": [
5+
{
6+
"path": "/api/atlas/v2/groups/{groupId}/maintenanceWindow",
7+
"httpMethod": "GET",
8+
"versions": [
9+
{
10+
"version": "2025-03-12",
11+
"changes": [
12+
{
13+
"change": "added the optional properties 'effectiveWaveAssignment, waveAssignment' to the response",
14+
"changeCode": "response-optional-property-added",
15+
"backwardCompatible": true
16+
}
17+
],
18+
"stabilityLevel": "stable",
19+
"changeType": "update"
20+
}
21+
],
22+
"operationId": "getGroupMaintenanceWindow",
23+
"tag": "Maintenance Windows"
24+
},
25+
{
26+
"path": "/api/atlas/v2/groups/{groupId}/maintenanceWindow",
27+
"httpMethod": "PATCH",
28+
"versions": [
29+
{
30+
"version": "2025-03-12",
31+
"changes": [
32+
{
33+
"change": "added the new optional request property 'waveAssignment'",
34+
"changeCode": "new-optional-request-property",
35+
"backwardCompatible": true
36+
}
37+
],
38+
"stabilityLevel": "stable",
39+
"changeType": "update"
40+
}
41+
],
42+
"operationId": "updateGroupMaintenanceWindow",
43+
"tag": "Maintenance Windows"
44+
},
545
{
646
"path": "/api/atlas/v2/orgs/{orgId}/delegationSettings",
747
"httpMethod": "GET",

‎changelog/changelog.yaml‎

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
- date: "2026-05-22"
22
paths:
3+
- httpMethod: GET
4+
operationId: getGroupMaintenanceWindow
5+
path: /api/atlas/v2/groups/{groupId}/maintenanceWindow
6+
tag: Maintenance Windows
7+
versions:
8+
- changeType: update
9+
changes:
10+
- backwardCompatible: true
11+
change: added the optional properties 'effectiveWaveAssignment, waveAssignment' to the response
12+
changeCode: response-optional-property-added
13+
stabilityLevel: stable
14+
version: "2025-03-12"
15+
- httpMethod: PATCH
16+
operationId: updateGroupMaintenanceWindow
17+
path: /api/atlas/v2/groups/{groupId}/maintenanceWindow
18+
tag: Maintenance Windows
19+
versions:
20+
- changeType: update
21+
changes:
22+
- backwardCompatible: true
23+
change: added the new optional request property 'waveAssignment'
24+
changeCode: new-optional-request-property
25+
stabilityLevel: stable
26+
version: "2025-03-12"
327
- httpMethod: GET
428
operationId: getOrgDelegationSettings
529
path: /api/atlas/v2/orgs/{orgId}/delegationSettings

‎changelog/internal/changelog-all.json‎

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,46 @@
22
{
33
"date": "2026-05-22",
44
"paths": [
5+
{
6+
"path": "/api/atlas/v2/groups/{groupId}/maintenanceWindow",
7+
"httpMethod": "GET",
8+
"versions": [
9+
{
10+
"version": "2025-03-12",
11+
"changes": [
12+
{
13+
"change": "added the optional properties 'effectiveWaveAssignment, waveAssignment' to the response",
14+
"changeCode": "response-optional-property-added",
15+
"backwardCompatible": true
16+
}
17+
],
18+
"stabilityLevel": "stable",
19+
"changeType": "update"
20+
}
21+
],
22+
"operationId": "getGroupMaintenanceWindow",
23+
"tag": "Maintenance Windows"
24+
},
25+
{
26+
"path": "/api/atlas/v2/groups/{groupId}/maintenanceWindow",
27+
"httpMethod": "PATCH",
28+
"versions": [
29+
{
30+
"version": "2025-03-12",
31+
"changes": [
32+
{
33+
"change": "added the new optional request property 'waveAssignment'",
34+
"changeCode": "new-optional-request-property",
35+
"backwardCompatible": true
36+
}
37+
],
38+
"stabilityLevel": "stable",
39+
"changeType": "update"
40+
}
41+
],
42+
"operationId": "updateGroupMaintenanceWindow",
43+
"tag": "Maintenance Windows"
44+
},
545
{
646
"path": "/api/atlas/v2/orgs/{orgId}/delegationSettings",
747
"httpMethod": "GET",

‎changelog/internal/changelog-all.yaml‎

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
- date: "2026-05-22"
22
paths:
3+
- httpMethod: GET
4+
operationId: getGroupMaintenanceWindow
5+
path: /api/atlas/v2/groups/{groupId}/maintenanceWindow
6+
tag: Maintenance Windows
7+
versions:
8+
- changeType: update
9+
changes:
10+
- backwardCompatible: true
11+
change: added the optional properties 'effectiveWaveAssignment, waveAssignment' to the response
12+
changeCode: response-optional-property-added
13+
stabilityLevel: stable
14+
version: "2025-03-12"
15+
- httpMethod: PATCH
16+
operationId: updateGroupMaintenanceWindow
17+
path: /api/atlas/v2/groups/{groupId}/maintenanceWindow
18+
tag: Maintenance Windows
19+
versions:
20+
- changeType: update
21+
changes:
22+
- backwardCompatible: true
23+
change: added the new optional request property 'waveAssignment'
24+
changeCode: new-optional-request-property
25+
stabilityLevel: stable
26+
version: "2025-03-12"
327
- httpMethod: GET
428
operationId: getOrgDelegationSettings
529
path: /api/atlas/v2/orgs/{orgId}/delegationSettings

‎changelog/internal/metadata.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"runDate": "2026-05-22",
3-
"specRevision": "57ebb83fa911bf5c82b80e57630980f1bc4cf1f4",
4-
"specRevisionShort": "57ebb83fa91",
3+
"specRevision": "169af3674d1ebee69356f59fa8e45c86765d3427",
4+
"specRevisionShort": "169af3674d1",
55
"versions": [
66
"2023-01-01",
77
"2023-02-01",

0 commit comments

Comments
 (0)