Skip to content

Commit 1fd4a30

Browse files
(prod) Release API Changelog 🚀. See https://github.com/mongodb/openapi/actions/runs/11728763768.
1 parent 95c16cf commit 1fd4a30

File tree

5 files changed

+161
-3
lines changed

5 files changed

+161
-3
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": "2024-11-07",
4+
"paths": [
5+
{
6+
"path": "/api/atlas/v2/orgs/{orgId}/settings",
7+
"httpMethod": "GET",
8+
"versions": [
9+
{
10+
"version": "2024-10-23",
11+
"changes": [
12+
{
13+
"change": "added the optional property 'genAIFeaturesEnabled' 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": "2024-10-23",
31+
"changes": [
32+
{
33+
"change": "added the optional property 'genAIFeaturesEnabled' to the response",
34+
"changeCode": "response-optional-property-added",
35+
"backwardCompatible": true
36+
},
37+
{
38+
"change": "added the new optional request property 'genAIFeaturesEnabled'",
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": "2024-10-29",
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: "2024-11-07"
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 'genAIFeaturesEnabled' to the response
12+
changeCode: response-optional-property-added
13+
stabilityLevel: stable
14+
version: "2024-10-23"
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 'genAIFeaturesEnabled' to the response
24+
changeCode: response-optional-property-added
25+
- backwardCompatible: true
26+
change: added the new optional request property 'genAIFeaturesEnabled'
27+
changeCode: new-optional-request-property
28+
stabilityLevel: stable
29+
version: "2024-10-23"
130
- date: "2024-10-29"
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": "2024-11-07",
4+
"paths": [
5+
{
6+
"path": "/api/atlas/v2/orgs/{orgId}/settings",
7+
"httpMethod": "GET",
8+
"versions": [
9+
{
10+
"version": "2024-10-23",
11+
"changes": [
12+
{
13+
"change": "added the optional property 'genAIFeaturesEnabled' 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": "2024-10-23",
31+
"changes": [
32+
{
33+
"change": "added the optional property 'genAIFeaturesEnabled' to the response",
34+
"changeCode": "response-optional-property-added",
35+
"backwardCompatible": true
36+
},
37+
{
38+
"change": "added the new optional request property 'genAIFeaturesEnabled'",
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": "2024-10-29",
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: "2024-11-07"
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 'genAIFeaturesEnabled' to the response
12+
changeCode: response-optional-property-added
13+
stabilityLevel: stable
14+
version: "2024-10-23"
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 'genAIFeaturesEnabled' to the response
24+
changeCode: response-optional-property-added
25+
- backwardCompatible: true
26+
change: added the new optional request property 'genAIFeaturesEnabled'
27+
changeCode: new-optional-request-property
28+
stabilityLevel: stable
29+
version: "2024-10-23"
130
- date: "2024-10-29"
231
paths:
332
- httpMethod: GET

changelog/internal/metadata.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"runDate": "2024-11-04",
3-
"specRevision": "717355e4e2b2ff77eca907c9e2c7e28401a2a901",
4-
"specRevisionShort": "717355e4e2b",
2+
"runDate": "2024-11-07",
3+
"specRevision": "08773c7fcc012f959b5c7403f0f37ae45cab24b4",
4+
"specRevisionShort": "08773c7fcc0",
55
"versions": [
66
"2023-01-01",
77
"2023-02-01",

0 commit comments

Comments
 (0)