Skip to content

Commit 1458b3c

Browse files
(prod) Release API Changelog 🚀. See https://github.com/mongodb/openapi/actions/runs/10944687060.
1 parent c8d625c commit 1458b3c

File tree

5 files changed

+113
-3
lines changed

5 files changed

+113
-3
lines changed

changelog/changelog.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,39 @@
11
[
2+
{
3+
"date": "2024-09-19",
4+
"paths": [
5+
{
6+
"path": "/api/atlas/v2/groups/{groupId}:migrate",
7+
"httpMethod": "POST",
8+
"versions": [
9+
{
10+
"version": "2024-08-05",
11+
"changes": [
12+
{
13+
"change": "the request optional property 'destinationOrgId' became not read-only",
14+
"changeCode": "request-optional-property-became-not-read-only",
15+
"backwardCompatible": true
16+
},
17+
{
18+
"change": "the request optional property 'destinationOrgPrivateApiKey' became not read-only",
19+
"changeCode": "request-optional-property-became-not-read-only",
20+
"backwardCompatible": true
21+
},
22+
{
23+
"change": "the request optional property 'destinationOrgPublicApiKey' became not read-only",
24+
"changeCode": "request-optional-property-became-not-read-only",
25+
"backwardCompatible": true
26+
}
27+
],
28+
"stabilityLevel": "stable",
29+
"changeType": "update"
30+
}
31+
],
32+
"operationId": "migrateProjectToAnotherOrg",
33+
"tag": "Projects"
34+
}
35+
]
36+
},
237
{
338
"date": "2024-09-16",
439
"paths": [

changelog/changelog.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
- date: "2024-09-19"
2+
paths:
3+
- httpMethod: POST
4+
operationId: migrateProjectToAnotherOrg
5+
path: /api/atlas/v2/groups/{groupId}:migrate
6+
tag: Projects
7+
versions:
8+
- changeType: update
9+
changes:
10+
- backwardCompatible: true
11+
change: the request optional property 'destinationOrgId' became not read-only
12+
changeCode: request-optional-property-became-not-read-only
13+
- backwardCompatible: true
14+
change: the request optional property 'destinationOrgPrivateApiKey' became not read-only
15+
changeCode: request-optional-property-became-not-read-only
16+
- backwardCompatible: true
17+
change: the request optional property 'destinationOrgPublicApiKey' became not read-only
18+
changeCode: request-optional-property-became-not-read-only
19+
stabilityLevel: stable
20+
version: "2024-08-05"
121
- date: "2024-09-16"
222
paths:
323
- httpMethod: POST

changelog/internal/changelog-all.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,39 @@
11
[
2+
{
3+
"date": "2024-09-19",
4+
"paths": [
5+
{
6+
"path": "/api/atlas/v2/groups/{groupId}:migrate",
7+
"httpMethod": "POST",
8+
"versions": [
9+
{
10+
"version": "2024-08-05",
11+
"changes": [
12+
{
13+
"change": "the request optional property 'destinationOrgId' became not read-only",
14+
"changeCode": "request-optional-property-became-not-read-only",
15+
"backwardCompatible": true
16+
},
17+
{
18+
"change": "the request optional property 'destinationOrgPrivateApiKey' became not read-only",
19+
"changeCode": "request-optional-property-became-not-read-only",
20+
"backwardCompatible": true
21+
},
22+
{
23+
"change": "the request optional property 'destinationOrgPublicApiKey' became not read-only",
24+
"changeCode": "request-optional-property-became-not-read-only",
25+
"backwardCompatible": true
26+
}
27+
],
28+
"stabilityLevel": "stable",
29+
"changeType": "update"
30+
}
31+
],
32+
"operationId": "migrateProjectToAnotherOrg",
33+
"tag": "Projects"
34+
}
35+
]
36+
},
237
{
338
"date": "2024-09-16",
439
"paths": [

changelog/internal/changelog-all.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
- date: "2024-09-19"
2+
paths:
3+
- httpMethod: POST
4+
operationId: migrateProjectToAnotherOrg
5+
path: /api/atlas/v2/groups/{groupId}:migrate
6+
tag: Projects
7+
versions:
8+
- changeType: update
9+
changes:
10+
- backwardCompatible: true
11+
change: the request optional property 'destinationOrgId' became not read-only
12+
changeCode: request-optional-property-became-not-read-only
13+
- backwardCompatible: true
14+
change: the request optional property 'destinationOrgPrivateApiKey' became not read-only
15+
changeCode: request-optional-property-became-not-read-only
16+
- backwardCompatible: true
17+
change: the request optional property 'destinationOrgPublicApiKey' became not read-only
18+
changeCode: request-optional-property-became-not-read-only
19+
stabilityLevel: stable
20+
version: "2024-08-05"
121
- date: "2024-09-16"
222
paths:
323
- httpMethod: POST

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-09-18",
3-
"specRevision": "2ce55dfd424f25abe49eb3cdaf28e103db71babb",
4-
"specRevisionShort": "2ce55dfd424",
2+
"runDate": "2024-09-19",
3+
"specRevision": "e81a74ce5285209f9c92cefdd4b758083573cf64",
4+
"specRevisionShort": "e81a74ce528",
55
"versions": [
66
"2023-01-01",
77
"2023-02-01",

0 commit comments

Comments
 (0)