Skip to content

Commit 0da2f0f

Browse files
(prod) Release API Changelog 🚀. See https://github.com/mongodb/openapi/actions/runs/11578917035.
1 parent 6805cdf commit 0da2f0f

15 files changed

+4429
-3
lines changed

changelog/changelog.json

Lines changed: 490 additions & 0 deletions
Large diffs are not rendered by default.

changelog/changelog.yaml

Lines changed: 293 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,296 @@
1+
- date: "2024-10-29"
2+
paths:
3+
- httpMethod: GET
4+
operationId: listProjectServiceAccounts
5+
path: /api/atlas/v2/groups/{groupId}/serviceAccounts
6+
tag: Service Accounts
7+
versions:
8+
- changeType: release
9+
changes:
10+
- backwardCompatible: true
11+
change: endpoint added
12+
changeCode: endpoint-added
13+
stabilityLevel: stable
14+
version: "2024-10-23"
15+
- httpMethod: POST
16+
operationId: createProjectServiceAccount
17+
path: /api/atlas/v2/groups/{groupId}/serviceAccounts
18+
tag: Service Accounts
19+
versions:
20+
- changeType: release
21+
changes:
22+
- backwardCompatible: true
23+
change: endpoint added
24+
changeCode: endpoint-added
25+
stabilityLevel: stable
26+
version: "2024-10-23"
27+
- httpMethod: DELETE
28+
operationId: deleteProjectServiceAccount
29+
path: /api/atlas/v2/groups/{groupId}/serviceAccounts/{clientId}
30+
tag: Service Accounts
31+
versions:
32+
- changeType: release
33+
changes:
34+
- backwardCompatible: true
35+
change: endpoint added
36+
changeCode: endpoint-added
37+
stabilityLevel: stable
38+
version: "2024-10-23"
39+
- httpMethod: GET
40+
operationId: getProjectServiceAccount
41+
path: /api/atlas/v2/groups/{groupId}/serviceAccounts/{clientId}
42+
tag: Service Accounts
43+
versions:
44+
- changeType: release
45+
changes:
46+
- backwardCompatible: true
47+
change: endpoint added
48+
changeCode: endpoint-added
49+
stabilityLevel: stable
50+
version: "2024-10-23"
51+
- httpMethod: PATCH
52+
operationId: updateProjectServiceAccount
53+
path: /api/atlas/v2/groups/{groupId}/serviceAccounts/{clientId}
54+
tag: Service Accounts
55+
versions:
56+
- changeType: release
57+
changes:
58+
- backwardCompatible: true
59+
change: endpoint added
60+
changeCode: endpoint-added
61+
stabilityLevel: stable
62+
version: "2024-10-23"
63+
- httpMethod: GET
64+
operationId: listProjectServiceAccountAccessList
65+
path: /api/atlas/v2/groups/{groupId}/serviceAccounts/{clientId}/accessList
66+
tag: Service Accounts
67+
versions:
68+
- changeType: release
69+
changes:
70+
- backwardCompatible: true
71+
change: endpoint added
72+
changeCode: endpoint-added
73+
stabilityLevel: stable
74+
version: "2024-10-23"
75+
- httpMethod: POST
76+
operationId: createProjectServiceAccountAccessList
77+
path: /api/atlas/v2/groups/{groupId}/serviceAccounts/{clientId}/accessList
78+
tag: Service Accounts
79+
versions:
80+
- changeType: release
81+
changes:
82+
- backwardCompatible: true
83+
change: endpoint added
84+
changeCode: endpoint-added
85+
stabilityLevel: stable
86+
version: "2024-10-23"
87+
- httpMethod: DELETE
88+
operationId: deleteProjectServiceAccountAccessListEntry
89+
path: /api/atlas/v2/groups/{groupId}/serviceAccounts/{clientId}/accessList/{ipAddress}
90+
tag: Service Accounts
91+
versions:
92+
- changeType: release
93+
changes:
94+
- backwardCompatible: true
95+
change: endpoint added
96+
changeCode: endpoint-added
97+
stabilityLevel: stable
98+
version: "2024-10-23"
99+
- httpMethod: POST
100+
operationId: createProjectServiceAccountSecret
101+
path: /api/atlas/v2/groups/{groupId}/serviceAccounts/{clientId}/secrets
102+
tag: Service Accounts
103+
versions:
104+
- changeType: release
105+
changes:
106+
- backwardCompatible: true
107+
change: endpoint added
108+
changeCode: endpoint-added
109+
stabilityLevel: stable
110+
version: "2024-10-23"
111+
- httpMethod: DELETE
112+
operationId: deleteProjectServiceAccountSecret
113+
path: /api/atlas/v2/groups/{groupId}/serviceAccounts/{clientId}/secrets/{secretId}
114+
tag: Service Accounts
115+
versions:
116+
- changeType: release
117+
changes:
118+
- backwardCompatible: true
119+
change: endpoint added
120+
changeCode: endpoint-added
121+
stabilityLevel: stable
122+
version: "2024-10-23"
123+
- httpMethod: POST
124+
operationId: addProjectServiceAccount
125+
path: /api/atlas/v2/groups/{groupId}/serviceAccounts/{clientId}:invite
126+
tag: Service Accounts
127+
versions:
128+
- changeType: release
129+
changes:
130+
- backwardCompatible: true
131+
change: endpoint added
132+
changeCode: endpoint-added
133+
stabilityLevel: stable
134+
version: "2024-10-23"
135+
- httpMethod: GET
136+
operationId: listServiceAccounts
137+
path: /api/atlas/v2/orgs/{orgId}/serviceAccounts
138+
tag: Service Accounts
139+
versions:
140+
- changeType: release
141+
changes:
142+
- backwardCompatible: true
143+
change: endpoint added
144+
changeCode: endpoint-added
145+
stabilityLevel: stable
146+
version: "2024-10-23"
147+
- httpMethod: POST
148+
operationId: createServiceAccount
149+
path: /api/atlas/v2/orgs/{orgId}/serviceAccounts
150+
tag: Service Accounts
151+
versions:
152+
- changeType: release
153+
changes:
154+
- backwardCompatible: true
155+
change: endpoint added
156+
changeCode: endpoint-added
157+
stabilityLevel: stable
158+
version: "2024-10-23"
159+
- httpMethod: DELETE
160+
operationId: deleteServiceAccount
161+
path: /api/atlas/v2/orgs/{orgId}/serviceAccounts/{clientId}
162+
tag: Service Accounts
163+
versions:
164+
- changeType: release
165+
changes:
166+
- backwardCompatible: true
167+
change: endpoint added
168+
changeCode: endpoint-added
169+
stabilityLevel: stable
170+
version: "2024-10-23"
171+
- httpMethod: GET
172+
operationId: getServiceAccount
173+
path: /api/atlas/v2/orgs/{orgId}/serviceAccounts/{clientId}
174+
tag: Service Accounts
175+
versions:
176+
- changeType: release
177+
changes:
178+
- backwardCompatible: true
179+
change: endpoint added
180+
changeCode: endpoint-added
181+
stabilityLevel: stable
182+
version: "2024-10-23"
183+
- httpMethod: PATCH
184+
operationId: updateServiceAccount
185+
path: /api/atlas/v2/orgs/{orgId}/serviceAccounts/{clientId}
186+
tag: Service Accounts
187+
versions:
188+
- changeType: release
189+
changes:
190+
- backwardCompatible: true
191+
change: endpoint added
192+
changeCode: endpoint-added
193+
stabilityLevel: stable
194+
version: "2024-10-23"
195+
- httpMethod: GET
196+
operationId: listServiceAccountAccessList
197+
path: /api/atlas/v2/orgs/{orgId}/serviceAccounts/{clientId}/accessList
198+
tag: Service Accounts
199+
versions:
200+
- changeType: release
201+
changes:
202+
- backwardCompatible: true
203+
change: endpoint added
204+
changeCode: endpoint-added
205+
stabilityLevel: stable
206+
version: "2024-10-23"
207+
- httpMethod: POST
208+
operationId: createServiceAccountAccessList
209+
path: /api/atlas/v2/orgs/{orgId}/serviceAccounts/{clientId}/accessList
210+
tag: Service Accounts
211+
versions:
212+
- changeType: release
213+
changes:
214+
- backwardCompatible: true
215+
change: endpoint added
216+
changeCode: endpoint-added
217+
stabilityLevel: stable
218+
version: "2024-10-23"
219+
- httpMethod: DELETE
220+
operationId: deleteServiceAccountAccessListEntry
221+
path: /api/atlas/v2/orgs/{orgId}/serviceAccounts/{clientId}/accessList/{ipAddress}
222+
tag: Service Accounts
223+
versions:
224+
- changeType: release
225+
changes:
226+
- backwardCompatible: true
227+
change: endpoint added
228+
changeCode: endpoint-added
229+
stabilityLevel: stable
230+
version: "2024-10-23"
231+
- httpMethod: GET
232+
operationId: listServiceAccountProjects
233+
path: /api/atlas/v2/orgs/{orgId}/serviceAccounts/{clientId}/groups
234+
tag: Service Accounts
235+
versions:
236+
- changeType: release
237+
changes:
238+
- backwardCompatible: true
239+
change: endpoint added
240+
changeCode: endpoint-added
241+
stabilityLevel: stable
242+
version: "2024-10-23"
243+
- httpMethod: POST
244+
operationId: createServiceAccountSecret
245+
path: /api/atlas/v2/orgs/{orgId}/serviceAccounts/{clientId}/secrets
246+
tag: Service Accounts
247+
versions:
248+
- changeType: release
249+
changes:
250+
- backwardCompatible: true
251+
change: endpoint added
252+
changeCode: endpoint-added
253+
stabilityLevel: stable
254+
version: "2024-10-23"
255+
- httpMethod: DELETE
256+
operationId: deleteServiceAccountSecret
257+
path: /api/atlas/v2/orgs/{orgId}/serviceAccounts/{clientId}/secrets/{secretId}
258+
tag: Service Accounts
259+
versions:
260+
- changeType: release
261+
changes:
262+
- backwardCompatible: true
263+
change: endpoint added
264+
changeCode: endpoint-added
265+
stabilityLevel: stable
266+
version: "2024-10-23"
267+
- httpMethod: GET
268+
operationId: getOrganizationSettings
269+
path: /api/atlas/v2/orgs/{orgId}/settings
270+
tag: Organizations
271+
versions:
272+
- changeType: update
273+
changes:
274+
- backwardCompatible: true
275+
change: added the optional property 'maxServiceAccountSecretValidityInHours' to the response
276+
changeCode: response-optional-property-added
277+
stabilityLevel: stable
278+
version: "2024-10-23"
279+
- httpMethod: PATCH
280+
operationId: updateOrganizationSettings
281+
path: /api/atlas/v2/orgs/{orgId}/settings
282+
tag: Organizations
283+
versions:
284+
- changeType: update
285+
changes:
286+
- backwardCompatible: true
287+
change: added the optional property 'maxServiceAccountSecretValidityInHours' to the response
288+
changeCode: response-optional-property-added
289+
- backwardCompatible: true
290+
change: added the new optional request property 'maxServiceAccountSecretValidityInHours'
291+
changeCode: new-optional-request-property
292+
stabilityLevel: stable
293+
version: "2024-10-23"
1294
- date: "2024-10-25"
2295
paths:
3296
- httpMethod: GET

0 commit comments

Comments
 (0)