Skip to content

Commit 54878c6

Browse files
ci(prod): Release API Changelog 🚀. See https://github.com/mongodb/openapi/actions/runs/18417166395.
1 parent cf0d75f commit 54878c6

File tree

5 files changed

+144
-2
lines changed

5 files changed

+144
-2
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": "2025-10-10",
4+
"paths": [
5+
{
6+
"path": "/api/atlas/v2/orgs/{orgId}/events",
7+
"httpMethod": "GET",
8+
"versions": [
9+
{
10+
"version": "2025-03-12",
11+
"changes": [
12+
{
13+
"change": "added the new 'BECAME_LINKED_ORG, CROSS_ORG_OPERATION_TICKET_TRACKING' enum values to the 'results/items/oneOf[subschema #6: Billing Events]/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": "listOrgEvents",
23+
"tag": "Events"
24+
},
25+
{
26+
"path": "/api/atlas/v2/orgs/{orgId}/events/{eventId}",
27+
"httpMethod": "GET",
28+
"versions": [
29+
{
30+
"version": "2025-03-12",
31+
"changes": [
32+
{
33+
"change": "added the new 'BECAME_LINKED_ORG, CROSS_ORG_OPERATION_TICKET_TRACKING' enum values to the '/oneOf[subschema #6: Billing Events]/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": "getOrgEvent",
43+
"tag": "Events"
44+
}
45+
]
46+
},
247
{
348
"date": "2025-10-09",
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: "2025-10-10"
2+
paths:
3+
- httpMethod: GET
4+
operationId: listOrgEvents
5+
path: /api/atlas/v2/orgs/{orgId}/events
6+
tag: Events
7+
versions:
8+
- changeType: update
9+
changes:
10+
- backwardCompatible: true
11+
change: 'added the new ''BECAME_LINKED_ORG, CROSS_ORG_OPERATION_TICKET_TRACKING'' enum values to the ''results/items/oneOf[subschema #6: Billing Events]/eventTypeName'' response property'
12+
changeCode: response-property-enum-value-added
13+
stabilityLevel: stable
14+
version: "2025-03-12"
15+
- httpMethod: GET
16+
operationId: getOrgEvent
17+
path: /api/atlas/v2/orgs/{orgId}/events/{eventId}
18+
tag: Events
19+
versions:
20+
- changeType: update
21+
changes:
22+
- backwardCompatible: true
23+
change: 'added the new ''BECAME_LINKED_ORG, CROSS_ORG_OPERATION_TICKET_TRACKING'' enum values to the ''/oneOf[subschema #6: Billing Events]/eventTypeName'' response property'
24+
changeCode: response-property-enum-value-added
25+
stabilityLevel: stable
26+
version: "2025-03-12"
127
- date: "2025-10-09"
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": "2025-10-10",
4+
"paths": [
5+
{
6+
"path": "/api/atlas/v2/orgs/{orgId}/events",
7+
"httpMethod": "GET",
8+
"versions": [
9+
{
10+
"version": "2025-03-12",
11+
"changes": [
12+
{
13+
"change": "added the new 'BECAME_LINKED_ORG, CROSS_ORG_OPERATION_TICKET_TRACKING' enum values to the 'results/items/oneOf[subschema #6: Billing Events]/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": "listOrgEvents",
23+
"tag": "Events"
24+
},
25+
{
26+
"path": "/api/atlas/v2/orgs/{orgId}/events/{eventId}",
27+
"httpMethod": "GET",
28+
"versions": [
29+
{
30+
"version": "2025-03-12",
31+
"changes": [
32+
{
33+
"change": "added the new 'BECAME_LINKED_ORG, CROSS_ORG_OPERATION_TICKET_TRACKING' enum values to the '/oneOf[subschema #6: Billing Events]/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": "getOrgEvent",
43+
"tag": "Events"
44+
}
45+
]
46+
},
247
{
348
"date": "2025-10-09",
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: "2025-10-10"
2+
paths:
3+
- httpMethod: GET
4+
operationId: listOrgEvents
5+
path: /api/atlas/v2/orgs/{orgId}/events
6+
tag: Events
7+
versions:
8+
- changeType: update
9+
changes:
10+
- backwardCompatible: true
11+
change: 'added the new ''BECAME_LINKED_ORG, CROSS_ORG_OPERATION_TICKET_TRACKING'' enum values to the ''results/items/oneOf[subschema #6: Billing Events]/eventTypeName'' response property'
12+
changeCode: response-property-enum-value-added
13+
stabilityLevel: stable
14+
version: "2025-03-12"
15+
- httpMethod: GET
16+
operationId: getOrgEvent
17+
path: /api/atlas/v2/orgs/{orgId}/events/{eventId}
18+
tag: Events
19+
versions:
20+
- changeType: update
21+
changes:
22+
- backwardCompatible: true
23+
change: 'added the new ''BECAME_LINKED_ORG, CROSS_ORG_OPERATION_TICKET_TRACKING'' enum values to the ''/oneOf[subschema #6: Billing Events]/eventTypeName'' response property'
24+
changeCode: response-property-enum-value-added
25+
stabilityLevel: stable
26+
version: "2025-03-12"
127
- date: "2025-10-09"
228
paths:
329
- 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-10-10",
3-
"specRevision": "8fd0d4642501391653c3a353aac82f136a58c6ea",
4-
"specRevisionShort": "8fd0d464250",
3+
"specRevision": "93552688be483ecf26624c93e44974936ba3fdef",
4+
"specRevisionShort": "93552688be4",
55
"versions": [
66
"2023-01-01",
77
"2023-02-01",

0 commit comments

Comments
 (0)