Skip to content

Commit 88ab8b7

Browse files
(prod) Release API Changelog 🚀. See https://github.com/mongodb/openapi/actions/runs/12756060817.
1 parent 82e09ec commit 88ab8b7

File tree

5 files changed

+90
-2
lines changed

5 files changed

+90
-2
lines changed

changelog/changelog.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,29 @@
11
[
2+
{
3+
"date": "2025-01-13",
4+
"paths": [
5+
{
6+
"path": "/api/atlas/v2/groups/{groupId}/users",
7+
"httpMethod": "GET",
8+
"versions": [
9+
{
10+
"version": "2024-11-13",
11+
"changes": [
12+
{
13+
"change": "endpoint reactivated",
14+
"changeCode": "endpoint-reactivated",
15+
"backwardCompatible": true
16+
}
17+
],
18+
"stabilityLevel": "stable",
19+
"changeType": "update"
20+
}
21+
],
22+
"operationId": "listProjectUsers",
23+
"tag": "Projects"
24+
}
25+
]
26+
},
227
{
328
"date": "2025-01-10",
429
"paths": [

changelog/changelog.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
- date: "2025-01-13"
2+
paths:
3+
- httpMethod: GET
4+
operationId: listProjectUsers
5+
path: /api/atlas/v2/groups/{groupId}/users
6+
tag: Projects
7+
versions:
8+
- changeType: update
9+
changes:
10+
- backwardCompatible: true
11+
change: endpoint reactivated
12+
changeCode: endpoint-reactivated
13+
stabilityLevel: stable
14+
version: "2024-11-13"
115
- date: "2025-01-10"
216
paths:
317
- httpMethod: GET

changelog/internal/changelog-all.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,35 @@
11
[
2+
{
3+
"date": "2025-01-13",
4+
"paths": [
5+
{
6+
"path": "/api/atlas/v2/groups/{groupId}/users",
7+
"httpMethod": "GET",
8+
"versions": [
9+
{
10+
"version": "2024-11-13",
11+
"changes": [
12+
{
13+
"change": "deleted the 'query' request parameter 'orgMembershipStatus'",
14+
"changeCode": "request-parameter-removed",
15+
"backwardCompatible": true,
16+
"hideFromChangelog": true
17+
},
18+
{
19+
"change": "endpoint reactivated",
20+
"changeCode": "endpoint-reactivated",
21+
"backwardCompatible": true
22+
}
23+
],
24+
"stabilityLevel": "stable",
25+
"changeType": "update"
26+
}
27+
],
28+
"operationId": "listProjectUsers",
29+
"tag": "Projects"
30+
}
31+
]
32+
},
233
{
334
"date": "2025-01-10",
435
"paths": [

changelog/internal/changelog-all.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
- date: "2025-01-13"
2+
paths:
3+
- httpMethod: GET
4+
operationId: listProjectUsers
5+
path: /api/atlas/v2/groups/{groupId}/users
6+
tag: Projects
7+
versions:
8+
- changeType: update
9+
changes:
10+
- backwardCompatible: true
11+
change: deleted the 'query' request parameter 'orgMembershipStatus'
12+
changeCode: request-parameter-removed
13+
hideFromChangelog: true
14+
- backwardCompatible: true
15+
change: endpoint reactivated
16+
changeCode: endpoint-reactivated
17+
stabilityLevel: stable
18+
version: "2024-11-13"
119
- date: "2025-01-10"
220
paths:
321
- 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-01-13",
3-
"specRevision": "93f336aa95db8d4fd453755c9f6766249222cf87",
4-
"specRevisionShort": "93f336aa95d",
3+
"specRevision": "c779787120545e331d2f675991d16e888ebe050f",
4+
"specRevisionShort": "c7797871205",
55
"versions": [
66
"2023-01-01",
77
"2023-02-01",

0 commit comments

Comments
 (0)