Skip to content

Commit f534d9a

Browse files
(prod) Release API Changelog 🚀. See https://github.com/mongodb/openapi/actions/runs/15740353944.
1 parent af223f4 commit f534d9a

File tree

5 files changed

+160
-2
lines changed

5 files changed

+160
-2
lines changed

changelog/changelog.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,54 @@
11
[
2+
{
3+
"date": "2025-06-18",
4+
"paths": [
5+
{
6+
"path": "/api/atlas/v2/orgs/{orgId}/settings",
7+
"httpMethod": "GET",
8+
"versions": [
9+
{
10+
"version": "2025-03-12",
11+
"changes": [
12+
{
13+
"change": "added the optional property 'streamsCrossGroupEnabled' to the response",
14+
"changeCode": "response-optional-property-added",
15+
"backwardCompatible": true
16+
}
17+
],
18+
"stabilityLevel": "stable",
19+
"changeType": "update"
20+
}
21+
],
22+
"operationId": "getOrganizationSettings",
23+
"tag": "Organizations"
24+
},
25+
{
26+
"path": "/api/atlas/v2/orgs/{orgId}/settings",
27+
"httpMethod": "PATCH",
28+
"versions": [
29+
{
30+
"version": "2025-03-12",
31+
"changes": [
32+
{
33+
"change": "added the optional property 'streamsCrossGroupEnabled' to the response",
34+
"changeCode": "response-optional-property-added",
35+
"backwardCompatible": true
36+
},
37+
{
38+
"change": "added the new optional request property 'streamsCrossGroupEnabled'",
39+
"changeCode": "new-optional-request-property",
40+
"backwardCompatible": true
41+
}
42+
],
43+
"stabilityLevel": "stable",
44+
"changeType": "update"
45+
}
46+
],
47+
"operationId": "updateOrganizationSettings",
48+
"tag": "Organizations"
49+
}
50+
]
51+
},
252
{
353
"date": "2025-06-17",
454
"paths": [

changelog/changelog.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
- date: "2025-06-18"
2+
paths:
3+
- httpMethod: GET
4+
operationId: getOrganizationSettings
5+
path: /api/atlas/v2/orgs/{orgId}/settings
6+
tag: Organizations
7+
versions:
8+
- changeType: update
9+
changes:
10+
- backwardCompatible: true
11+
change: added the optional property 'streamsCrossGroupEnabled' to the response
12+
changeCode: response-optional-property-added
13+
stabilityLevel: stable
14+
version: "2025-03-12"
15+
- httpMethod: PATCH
16+
operationId: updateOrganizationSettings
17+
path: /api/atlas/v2/orgs/{orgId}/settings
18+
tag: Organizations
19+
versions:
20+
- changeType: update
21+
changes:
22+
- backwardCompatible: true
23+
change: added the optional property 'streamsCrossGroupEnabled' to the response
24+
changeCode: response-optional-property-added
25+
- backwardCompatible: true
26+
change: added the new optional request property 'streamsCrossGroupEnabled'
27+
changeCode: new-optional-request-property
28+
stabilityLevel: stable
29+
version: "2025-03-12"
130
- date: "2025-06-17"
231
paths:
332
- httpMethod: GET

changelog/internal/changelog-all.json

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,54 @@
11
[
2+
{
3+
"date": "2025-06-18",
4+
"paths": [
5+
{
6+
"path": "/api/atlas/v2/orgs/{orgId}/settings",
7+
"httpMethod": "GET",
8+
"versions": [
9+
{
10+
"version": "2025-03-12",
11+
"changes": [
12+
{
13+
"change": "added the optional property 'streamsCrossGroupEnabled' to the response",
14+
"changeCode": "response-optional-property-added",
15+
"backwardCompatible": true
16+
}
17+
],
18+
"stabilityLevel": "stable",
19+
"changeType": "update"
20+
}
21+
],
22+
"operationId": "getOrganizationSettings",
23+
"tag": "Organizations"
24+
},
25+
{
26+
"path": "/api/atlas/v2/orgs/{orgId}/settings",
27+
"httpMethod": "PATCH",
28+
"versions": [
29+
{
30+
"version": "2025-03-12",
31+
"changes": [
32+
{
33+
"change": "added the optional property 'streamsCrossGroupEnabled' to the response",
34+
"changeCode": "response-optional-property-added",
35+
"backwardCompatible": true
36+
},
37+
{
38+
"change": "added the new optional request property 'streamsCrossGroupEnabled'",
39+
"changeCode": "new-optional-request-property",
40+
"backwardCompatible": true
41+
}
42+
],
43+
"stabilityLevel": "stable",
44+
"changeType": "update"
45+
}
46+
],
47+
"operationId": "updateOrganizationSettings",
48+
"tag": "Organizations"
49+
}
50+
]
51+
},
252
{
353
"date": "2025-06-17",
454
"paths": [

changelog/internal/changelog-all.yaml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
- date: "2025-06-18"
2+
paths:
3+
- httpMethod: GET
4+
operationId: getOrganizationSettings
5+
path: /api/atlas/v2/orgs/{orgId}/settings
6+
tag: Organizations
7+
versions:
8+
- changeType: update
9+
changes:
10+
- backwardCompatible: true
11+
change: added the optional property 'streamsCrossGroupEnabled' to the response
12+
changeCode: response-optional-property-added
13+
stabilityLevel: stable
14+
version: "2025-03-12"
15+
- httpMethod: PATCH
16+
operationId: updateOrganizationSettings
17+
path: /api/atlas/v2/orgs/{orgId}/settings
18+
tag: Organizations
19+
versions:
20+
- changeType: update
21+
changes:
22+
- backwardCompatible: true
23+
change: added the optional property 'streamsCrossGroupEnabled' to the response
24+
changeCode: response-optional-property-added
25+
- backwardCompatible: true
26+
change: added the new optional request property 'streamsCrossGroupEnabled'
27+
changeCode: new-optional-request-property
28+
stabilityLevel: stable
29+
version: "2025-03-12"
130
- date: "2025-06-17"
231
paths:
332
- httpMethod: GET

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": "2025-06-18",
3-
"specRevision": "247db0d3e370a8a683773324d73cd02027655325",
4-
"specRevisionShort": "247db0d3e37",
3+
"specRevision": "48584380453afe4ddc4ea33f543b361779da6ce7",
4+
"specRevisionShort": "48584380453",
55
"versions": [
66
"2023-01-01",
77
"2023-02-01",

0 commit comments

Comments
 (0)