Skip to content

Commit 61217f7

Browse files
(prod) Release API Changelog 🚀. See https://github.com/mongodb/openapi/actions/runs/10960708106.
1 parent ea85b4f commit 61217f7

File tree

10 files changed

+570
-38
lines changed

10 files changed

+570
-38
lines changed

changelog/changelog.json

Lines changed: 145 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,149 @@
11
[
2+
{
3+
"date": "2024-09-20",
4+
"paths": [
5+
{
6+
"path": "/api/atlas/v2/orgs/{orgId}/nonCompliantResources",
7+
"httpMethod": "GET",
8+
"versions": [
9+
{
10+
"version": "2024-08-05",
11+
"changes": [
12+
{
13+
"change": "api tag 'Resource Policies' added",
14+
"changeCode": "api-tag-added",
15+
"backwardCompatible": true
16+
}
17+
],
18+
"stabilityLevel": "stable",
19+
"changeType": "update"
20+
}
21+
],
22+
"operationId": "getResourcesNonCompliant",
23+
"tag": "Resource Policies"
24+
},
25+
{
26+
"path": "/api/atlas/v2/orgs/{orgId}/resourcePolicies",
27+
"httpMethod": "GET",
28+
"versions": [
29+
{
30+
"version": "2024-08-05",
31+
"changes": [
32+
{
33+
"change": "api tag 'Resource Policies' added",
34+
"changeCode": "api-tag-added",
35+
"backwardCompatible": true
36+
}
37+
],
38+
"stabilityLevel": "stable",
39+
"changeType": "update"
40+
}
41+
],
42+
"operationId": "getAtlasResourcePolicies",
43+
"tag": "Resource Policies"
44+
},
45+
{
46+
"path": "/api/atlas/v2/orgs/{orgId}/resourcePolicies",
47+
"httpMethod": "POST",
48+
"versions": [
49+
{
50+
"version": "2024-08-05",
51+
"changes": [
52+
{
53+
"change": "api tag 'Resource Policies' added",
54+
"changeCode": "api-tag-added",
55+
"backwardCompatible": true
56+
}
57+
],
58+
"stabilityLevel": "stable",
59+
"changeType": "update"
60+
}
61+
],
62+
"operationId": "createAtlasResourcePolicy",
63+
"tag": "Resource Policies"
64+
},
65+
{
66+
"path": "/api/atlas/v2/orgs/{orgId}/resourcePolicies/{resourcePolicyId}",
67+
"httpMethod": "DELETE",
68+
"versions": [
69+
{
70+
"version": "2024-08-05",
71+
"changes": [
72+
{
73+
"change": "api tag 'Resource Policies' added",
74+
"changeCode": "api-tag-added",
75+
"backwardCompatible": true
76+
}
77+
],
78+
"stabilityLevel": "stable",
79+
"changeType": "update"
80+
}
81+
],
82+
"operationId": "deleteAtlasResourcePolicy",
83+
"tag": "Resource Policies"
84+
},
85+
{
86+
"path": "/api/atlas/v2/orgs/{orgId}/resourcePolicies/{resourcePolicyId}",
87+
"httpMethod": "GET",
88+
"versions": [
89+
{
90+
"version": "2024-08-05",
91+
"changes": [
92+
{
93+
"change": "api tag 'Resource Policies' added",
94+
"changeCode": "api-tag-added",
95+
"backwardCompatible": true
96+
}
97+
],
98+
"stabilityLevel": "stable",
99+
"changeType": "update"
100+
}
101+
],
102+
"operationId": "getAtlasResourcePolicy",
103+
"tag": "Resource Policies"
104+
},
105+
{
106+
"path": "/api/atlas/v2/orgs/{orgId}/resourcePolicies/{resourcePolicyId}",
107+
"httpMethod": "PATCH",
108+
"versions": [
109+
{
110+
"version": "2024-08-05",
111+
"changes": [
112+
{
113+
"change": "api tag 'Resource Policies' added",
114+
"changeCode": "api-tag-added",
115+
"backwardCompatible": true
116+
}
117+
],
118+
"stabilityLevel": "stable",
119+
"changeType": "update"
120+
}
121+
],
122+
"operationId": "updateAtlasResourcePolicy",
123+
"tag": "Resource Policies"
124+
},
125+
{
126+
"path": "/api/atlas/v2/orgs/{orgId}/resourcePolicies:validate",
127+
"httpMethod": "POST",
128+
"versions": [
129+
{
130+
"version": "2024-08-05",
131+
"changes": [
132+
{
133+
"change": "api tag 'Resource Policies' added",
134+
"changeCode": "api-tag-added",
135+
"backwardCompatible": true
136+
}
137+
],
138+
"stabilityLevel": "stable",
139+
"changeType": "update"
140+
}
141+
],
142+
"operationId": "validateAtlasResourcePolicy",
143+
"tag": "Resource Policies"
144+
}
145+
]
146+
},
2147
{
3148
"date": "2024-09-19",
4149
"paths": [

changelog/changelog.yaml

Lines changed: 86 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,89 @@
1+
- date: "2024-09-20"
2+
paths:
3+
- httpMethod: GET
4+
operationId: getResourcesNonCompliant
5+
path: /api/atlas/v2/orgs/{orgId}/nonCompliantResources
6+
tag: Resource Policies
7+
versions:
8+
- changeType: update
9+
changes:
10+
- backwardCompatible: true
11+
change: api tag 'Resource Policies' added
12+
changeCode: api-tag-added
13+
stabilityLevel: stable
14+
version: "2024-08-05"
15+
- httpMethod: GET
16+
operationId: getAtlasResourcePolicies
17+
path: /api/atlas/v2/orgs/{orgId}/resourcePolicies
18+
tag: Resource Policies
19+
versions:
20+
- changeType: update
21+
changes:
22+
- backwardCompatible: true
23+
change: api tag 'Resource Policies' added
24+
changeCode: api-tag-added
25+
stabilityLevel: stable
26+
version: "2024-08-05"
27+
- httpMethod: POST
28+
operationId: createAtlasResourcePolicy
29+
path: /api/atlas/v2/orgs/{orgId}/resourcePolicies
30+
tag: Resource Policies
31+
versions:
32+
- changeType: update
33+
changes:
34+
- backwardCompatible: true
35+
change: api tag 'Resource Policies' added
36+
changeCode: api-tag-added
37+
stabilityLevel: stable
38+
version: "2024-08-05"
39+
- httpMethod: DELETE
40+
operationId: deleteAtlasResourcePolicy
41+
path: /api/atlas/v2/orgs/{orgId}/resourcePolicies/{resourcePolicyId}
42+
tag: Resource Policies
43+
versions:
44+
- changeType: update
45+
changes:
46+
- backwardCompatible: true
47+
change: api tag 'Resource Policies' added
48+
changeCode: api-tag-added
49+
stabilityLevel: stable
50+
version: "2024-08-05"
51+
- httpMethod: GET
52+
operationId: getAtlasResourcePolicy
53+
path: /api/atlas/v2/orgs/{orgId}/resourcePolicies/{resourcePolicyId}
54+
tag: Resource Policies
55+
versions:
56+
- changeType: update
57+
changes:
58+
- backwardCompatible: true
59+
change: api tag 'Resource Policies' added
60+
changeCode: api-tag-added
61+
stabilityLevel: stable
62+
version: "2024-08-05"
63+
- httpMethod: PATCH
64+
operationId: updateAtlasResourcePolicy
65+
path: /api/atlas/v2/orgs/{orgId}/resourcePolicies/{resourcePolicyId}
66+
tag: Resource Policies
67+
versions:
68+
- changeType: update
69+
changes:
70+
- backwardCompatible: true
71+
change: api tag 'Resource Policies' added
72+
changeCode: api-tag-added
73+
stabilityLevel: stable
74+
version: "2024-08-05"
75+
- httpMethod: POST
76+
operationId: validateAtlasResourcePolicy
77+
path: /api/atlas/v2/orgs/{orgId}/resourcePolicies:validate
78+
tag: Resource Policies
79+
versions:
80+
- changeType: update
81+
changes:
82+
- backwardCompatible: true
83+
change: api tag 'Resource Policies' added
84+
changeCode: api-tag-added
85+
stabilityLevel: stable
86+
version: "2024-08-05"
187
- date: "2024-09-19"
288
paths:
389
- httpMethod: POST

0 commit comments

Comments
 (0)