Skip to content

Commit 3d8bb7b

Browse files
(prod) Release API Changelog 🚀. See https://github.com/mongodb/openapi/actions/runs/10995944016.
1 parent 6d4cf5b commit 3d8bb7b

File tree

5 files changed

+145
-3
lines changed

5 files changed

+145
-3
lines changed

changelog/changelog.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,49 @@
11
[
2+
{
3+
"date": "2024-09-23",
4+
"paths": [
5+
{
6+
"path": "/api/atlas/v2/groups/{groupId}/events",
7+
"httpMethod": "GET",
8+
"versions": [
9+
{
10+
"version": "2024-08-05",
11+
"changes": [
12+
{
13+
"change": "added the new 'QUEUED_ADMIN_ACTION_CANCELLED' enum value to the 'results/items/oneOf[subschema #14: NDS Audits]/eventTypeName' response property",
14+
"changeCode": "response-property-enum-value-added",
15+
"backwardCompatible": true
16+
}
17+
],
18+
"stabilityLevel": "stable",
19+
"changeType": "update"
20+
}
21+
],
22+
"operationId": "listProjectEvents",
23+
"tag": "Events"
24+
},
25+
{
26+
"path": "/api/atlas/v2/groups/{groupId}/events/{eventId}",
27+
"httpMethod": "GET",
28+
"versions": [
29+
{
30+
"version": "2024-08-05",
31+
"changes": [
32+
{
33+
"change": "added the new 'QUEUED_ADMIN_ACTION_CANCELLED' enum value to the '/oneOf[subschema #14: NDS Audits]/eventTypeName' response property",
34+
"changeCode": "response-property-enum-value-added",
35+
"backwardCompatible": true
36+
}
37+
],
38+
"stabilityLevel": "stable",
39+
"changeType": "update"
40+
}
41+
],
42+
"operationId": "getProjectEvent",
43+
"tag": "Events"
44+
}
45+
]
46+
},
247
{
348
"date": "2024-09-20",
449
"paths": [

changelog/changelog.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
- date: "2024-09-23"
2+
paths:
3+
- httpMethod: GET
4+
operationId: listProjectEvents
5+
path: /api/atlas/v2/groups/{groupId}/events
6+
tag: Events
7+
versions:
8+
- changeType: update
9+
changes:
10+
- backwardCompatible: true
11+
change: 'added the new ''QUEUED_ADMIN_ACTION_CANCELLED'' enum value to the ''results/items/oneOf[subschema #14: NDS Audits]/eventTypeName'' response property'
12+
changeCode: response-property-enum-value-added
13+
stabilityLevel: stable
14+
version: "2024-08-05"
15+
- httpMethod: GET
16+
operationId: getProjectEvent
17+
path: /api/atlas/v2/groups/{groupId}/events/{eventId}
18+
tag: Events
19+
versions:
20+
- changeType: update
21+
changes:
22+
- backwardCompatible: true
23+
change: 'added the new ''QUEUED_ADMIN_ACTION_CANCELLED'' enum value to the ''/oneOf[subschema #14: NDS Audits]/eventTypeName'' response property'
24+
changeCode: response-property-enum-value-added
25+
stabilityLevel: stable
26+
version: "2024-08-05"
127
- date: "2024-09-20"
228
paths:
329
- httpMethod: GET

changelog/internal/changelog-all.json

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,49 @@
11
[
2+
{
3+
"date": "2024-09-23",
4+
"paths": [
5+
{
6+
"path": "/api/atlas/v2/groups/{groupId}/events",
7+
"httpMethod": "GET",
8+
"versions": [
9+
{
10+
"version": "2024-08-05",
11+
"changes": [
12+
{
13+
"change": "added the new 'QUEUED_ADMIN_ACTION_CANCELLED' enum value to the 'results/items/oneOf[subschema #14: NDS Audits]/eventTypeName' response property",
14+
"changeCode": "response-property-enum-value-added",
15+
"backwardCompatible": true
16+
}
17+
],
18+
"stabilityLevel": "stable",
19+
"changeType": "update"
20+
}
21+
],
22+
"operationId": "listProjectEvents",
23+
"tag": "Events"
24+
},
25+
{
26+
"path": "/api/atlas/v2/groups/{groupId}/events/{eventId}",
27+
"httpMethod": "GET",
28+
"versions": [
29+
{
30+
"version": "2024-08-05",
31+
"changes": [
32+
{
33+
"change": "added the new 'QUEUED_ADMIN_ACTION_CANCELLED' enum value to the '/oneOf[subschema #14: NDS Audits]/eventTypeName' response property",
34+
"changeCode": "response-property-enum-value-added",
35+
"backwardCompatible": true
36+
}
37+
],
38+
"stabilityLevel": "stable",
39+
"changeType": "update"
40+
}
41+
],
42+
"operationId": "getProjectEvent",
43+
"tag": "Events"
44+
}
45+
]
46+
},
247
{
348
"date": "2024-09-20",
449
"paths": [

changelog/internal/changelog-all.yaml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
- date: "2024-09-23"
2+
paths:
3+
- httpMethod: GET
4+
operationId: listProjectEvents
5+
path: /api/atlas/v2/groups/{groupId}/events
6+
tag: Events
7+
versions:
8+
- changeType: update
9+
changes:
10+
- backwardCompatible: true
11+
change: 'added the new ''QUEUED_ADMIN_ACTION_CANCELLED'' enum value to the ''results/items/oneOf[subschema #14: NDS Audits]/eventTypeName'' response property'
12+
changeCode: response-property-enum-value-added
13+
stabilityLevel: stable
14+
version: "2024-08-05"
15+
- httpMethod: GET
16+
operationId: getProjectEvent
17+
path: /api/atlas/v2/groups/{groupId}/events/{eventId}
18+
tag: Events
19+
versions:
20+
- changeType: update
21+
changes:
22+
- backwardCompatible: true
23+
change: 'added the new ''QUEUED_ADMIN_ACTION_CANCELLED'' enum value to the ''/oneOf[subschema #14: NDS Audits]/eventTypeName'' response property'
24+
changeCode: response-property-enum-value-added
25+
stabilityLevel: stable
26+
version: "2024-08-05"
127
- date: "2024-09-20"
228
paths:
329
- 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-09-20",
3-
"specRevision": "c6fa7ed3b66e549cd19d11be5c12fa2713ee0d8f",
4-
"specRevisionShort": "c6fa7ed3b66",
2+
"runDate": "2024-09-23",
3+
"specRevision": "9cce11e10e8e16a52791b6fd2de0c21f39ea7133",
4+
"specRevisionShort": "9cce11e10e8",
55
"versions": [
66
"2023-01-01",
77
"2023-02-01",

0 commit comments

Comments
 (0)