Skip to content

Commit 761092c

Browse files
ci(prod): Release OpenAPI Spec 🚀. See https://github.com/mongodb/openapi/actions/runs/19241372540.
1 parent 2b270b4 commit 761092c

26 files changed

+360
-37
lines changed

openapi/.raw/v2.json

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47658,8 +47658,11 @@
4765847658
"tier": {
4765947659
"description": "Selected tier for the Stream Workspace. Configures Memory / VCPU allowances.",
4766047660
"enum": [
47661+
"SP50",
4766147662
"SP30",
47662-
"SP10"
47663+
"SP10",
47664+
"SP5",
47665+
"SP2"
4766347666
],
4766447667
"title": "Stream Workspace Tier",
4766547668
"type": "string"
@@ -49120,6 +49123,18 @@
4912049123
},
4912149124
"readOnly": true,
4912249125
"type": "object"
49126+
},
49127+
"tier": {
49128+
"description": "Selected tier for the Stream Workspace. Configures Memory / VCPU allowances.",
49129+
"enum": [
49130+
"SP50",
49131+
"SP30",
49132+
"SP10",
49133+
"SP5",
49134+
"SP2"
49135+
],
49136+
"title": "Stream Workspace Tier",
49137+
"type": "string"
4912349138
}
4912449139
},
4912549140
"required": [
@@ -49204,6 +49219,18 @@
4920449219
},
4920549220
"format": "date-time",
4920649221
"type": "string"
49222+
},
49223+
"tier": {
49224+
"description": "Selected tier for the Stream Workspace. Configures Memory / VCPU allowances.",
49225+
"enum": [
49226+
"SP50",
49227+
"SP30",
49228+
"SP10",
49229+
"SP5",
49230+
"SP2"
49231+
],
49232+
"title": "Stream Workspace Tier",
49233+
"type": "string"
4920749234
}
4920849235
},
4920949236
"type": "object"
@@ -53893,7 +53920,7 @@
5389353920
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
5389453921
"title": "MongoDB Atlas Administration API",
5389553922
"version": "2.0",
53896-
"x-xgen-sha": "5e3c70434d4eca75cd4a7d5424b674c884867973"
53923+
"x-xgen-sha": "6c37e611f5d04a02aac4190e5974430b1a692f6d"
5389753924
},
5389853925
"openapi": "3.0.1",
5389953926
"paths": {
@@ -82028,6 +82055,9 @@
8202882055
},
8202982056
"description": "OK"
8203082057
},
82058+
"400": {
82059+
"$ref": "#/components/responses/badRequest"
82060+
},
8203182061
"401": {
8203282062
"$ref": "#/components/responses/unauthorized"
8203382063
},

openapi/.raw/v2.yaml

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37496,8 +37496,11 @@ components:
3749637496
tier:
3749737497
description: Selected tier for the Stream Workspace. Configures Memory / VCPU allowances.
3749837498
enum:
37499+
- SP50
3749937500
- SP30
3750037501
- SP10
37502+
- SP5
37503+
- SP2
3750137504
title: Stream Workspace Tier
3750237505
type: string
3750337506
type: object
@@ -38605,6 +38608,16 @@ components:
3860538608
url: https://www.mongodb.com/docs/atlas/atlas-stream-processing/manage-stream-processor/#view-statistics-of-a-stream-processor
3860638609
readOnly: true
3860738610
type: object
38611+
tier:
38612+
description: Selected tier for the Stream Workspace. Configures Memory / VCPU allowances.
38613+
enum:
38614+
- SP50
38615+
- SP30
38616+
- SP10
38617+
- SP5
38618+
- SP2
38619+
title: Stream Workspace Tier
38620+
type: string
3860838621
required:
3860938622
- _id
3861038623
- name
@@ -38662,6 +38675,16 @@ components:
3866238675
url: https://en.wikipedia.org/wiki/ISO_8601
3866338676
format: date-time
3866438677
type: string
38678+
tier:
38679+
description: Selected tier for the Stream Workspace. Configures Memory / VCPU allowances.
38680+
enum:
38681+
- SP50
38682+
- SP30
38683+
- SP10
38684+
- SP5
38685+
- SP2
38686+
title: Stream Workspace Tier
38687+
type: string
3866538688
type: object
3866638689
StreamsTenant:
3866738690
properties:
@@ -42362,7 +42385,7 @@ info:
4236242385
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
4236342386
title: MongoDB Atlas Administration API
4236442387
version: "2.0"
42365-
x-xgen-sha: 5e3c70434d4eca75cd4a7d5424b674c884867973
42388+
x-xgen-sha: 6c37e611f5d04a02aac4190e5974430b1a692f6d
4236642389
openapi: 3.0.1
4236742390
paths:
4236842391
/api/atlas/v2:
@@ -60386,6 +60409,8 @@ paths:
6038660409
application/vnd.atlas.2025-03-12+json:
6038760410
x-xgen-version: "2025-03-12"
6038860411
description: OK
60412+
"400":
60413+
$ref: '#/components/responses/badRequest'
6038960414
"401":
6039060415
$ref: '#/components/responses/unauthorized'
6039160416
"403":

openapi/v2.json

Lines changed: 32 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45288,8 +45288,11 @@
4528845288
"tier": {
4528945289
"description": "Selected tier for the Stream Workspace. Configures Memory / VCPU allowances.",
4529045290
"enum": [
45291+
"SP50",
4529145292
"SP30",
45292-
"SP10"
45293+
"SP10",
45294+
"SP5",
45295+
"SP2"
4529345296
],
4529445297
"title": "Stream Workspace Tier",
4529545298
"type": "string"
@@ -46701,6 +46704,18 @@
4670146704
},
4670246705
"readOnly": true,
4670346706
"type": "object"
46707+
},
46708+
"tier": {
46709+
"description": "Selected tier for the Stream Workspace. Configures Memory / VCPU allowances.",
46710+
"enum": [
46711+
"SP50",
46712+
"SP30",
46713+
"SP10",
46714+
"SP5",
46715+
"SP2"
46716+
],
46717+
"title": "Stream Workspace Tier",
46718+
"type": "string"
4670446719
}
4670546720
},
4670646721
"required": [
@@ -46785,6 +46800,18 @@
4678546800
},
4678646801
"format": "date-time",
4678746802
"type": "string"
46803+
},
46804+
"tier": {
46805+
"description": "Selected tier for the Stream Workspace. Configures Memory / VCPU allowances.",
46806+
"enum": [
46807+
"SP50",
46808+
"SP30",
46809+
"SP10",
46810+
"SP5",
46811+
"SP2"
46812+
],
46813+
"title": "Stream Workspace Tier",
46814+
"type": "string"
4678846815
}
4678946816
},
4679046817
"type": "object"
@@ -50987,7 +51014,7 @@
5098751014
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
5098851015
"title": "MongoDB Atlas Administration API",
5098951016
"version": "2.0",
50990-
"x-xgen-sha": "5e3c70434d4eca75cd4a7d5424b674c884867973"
51017+
"x-xgen-sha": "6c37e611f5d04a02aac4190e5974430b1a692f6d"
5099151018
},
5099251019
"openapi": "3.0.1",
5099351020
"paths": {
@@ -77460,6 +77487,9 @@
7746077487
},
7746177488
"description": "OK"
7746277489
},
77490+
"400": {
77491+
"$ref": "#/components/responses/badRequest"
77492+
},
7746377493
"401": {
7746477494
"$ref": "#/components/responses/unauthorized"
7746577495
},

openapi/v2.yaml

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35859,8 +35859,11 @@ components:
3585935859
tier:
3586035860
description: Selected tier for the Stream Workspace. Configures Memory / VCPU allowances.
3586135861
enum:
35862+
- SP50
3586235863
- SP30
3586335864
- SP10
35865+
- SP5
35866+
- SP2
3586435867
title: Stream Workspace Tier
3586535868
type: string
3586635869
type: object
@@ -36935,6 +36938,16 @@ components:
3693536938
url: https://www.mongodb.com/docs/atlas/atlas-stream-processing/manage-stream-processor/#view-statistics-of-a-stream-processor
3693636939
readOnly: true
3693736940
type: object
36941+
tier:
36942+
description: Selected tier for the Stream Workspace. Configures Memory / VCPU allowances.
36943+
enum:
36944+
- SP50
36945+
- SP30
36946+
- SP10
36947+
- SP5
36948+
- SP2
36949+
title: Stream Workspace Tier
36950+
type: string
3693836951
required:
3693936952
- _id
3694036953
- name
@@ -36992,6 +37005,16 @@ components:
3699237005
url: https://en.wikipedia.org/wiki/ISO_8601
3699337006
format: date-time
3699437007
type: string
37008+
tier:
37009+
description: Selected tier for the Stream Workspace. Configures Memory / VCPU allowances.
37010+
enum:
37011+
- SP50
37012+
- SP30
37013+
- SP10
37014+
- SP5
37015+
- SP2
37016+
title: Stream Workspace Tier
37017+
type: string
3699537018
type: object
3699637019
StreamsTenant:
3699737020
properties:
@@ -40337,7 +40360,7 @@ info:
4033740360
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
4033840361
title: MongoDB Atlas Administration API
4033940362
version: "2.0"
40340-
x-xgen-sha: 5e3c70434d4eca75cd4a7d5424b674c884867973
40363+
x-xgen-sha: 6c37e611f5d04a02aac4190e5974430b1a692f6d
4034140364
openapi: 3.0.1
4034240365
paths:
4034340366
/api/atlas/v2:
@@ -57123,6 +57146,8 @@ paths:
5712357146
application/vnd.atlas.2025-03-12+json:
5712457147
x-xgen-version: "2025-03-12"
5712557148
description: OK
57149+
"400":
57150+
$ref: '#/components/responses/badRequest'
5712657151
"401":
5712757152
$ref: '#/components/responses/unauthorized'
5712857153
"403":

openapi/v2/openapi-2023-01-01.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45619,7 +45619,7 @@
4561945619
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
4562045620
"title": "MongoDB Atlas Administration API",
4562145621
"version": "2.0",
45622-
"x-xgen-sha": "5e3c70434d4eca75cd4a7d5424b674c884867973"
45622+
"x-xgen-sha": "6c37e611f5d04a02aac4190e5974430b1a692f6d"
4562345623
},
4562445624
"openapi": "3.0.1",
4562545625
"paths": {

openapi/v2/openapi-2023-01-01.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36060,7 +36060,7 @@ info:
3606036060
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3606136061
title: MongoDB Atlas Administration API
3606236062
version: "2.0"
36063-
x-xgen-sha: 5e3c70434d4eca75cd4a7d5424b674c884867973
36063+
x-xgen-sha: 6c37e611f5d04a02aac4190e5974430b1a692f6d
3606436064
openapi: 3.0.1
3606536065
paths:
3606636066
/api/atlas/v2:

openapi/v2/openapi-2023-02-01.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40910,8 +40910,11 @@
4091040910
"tier": {
4091140911
"description": "Selected tier for the Stream Workspace. Configures Memory / VCPU allowances.",
4091240912
"enum": [
40913+
"SP50",
4091340914
"SP30",
40914-
"SP10"
40915+
"SP10",
40916+
"SP5",
40917+
"SP2"
4091540918
],
4091640919
"title": "Stream Workspace Tier",
4091740920
"type": "string"
@@ -46364,7 +46367,7 @@
4636446367
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
4636546368
"title": "MongoDB Atlas Administration API",
4636646369
"version": "2.0",
46367-
"x-xgen-sha": "5e3c70434d4eca75cd4a7d5424b674c884867973"
46370+
"x-xgen-sha": "6c37e611f5d04a02aac4190e5974430b1a692f6d"
4636846371
},
4636946372
"openapi": "3.0.1",
4637046373
"paths": {

openapi/v2/openapi-2023-02-01.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32394,8 +32394,11 @@ components:
3239432394
tier:
3239532395
description: Selected tier for the Stream Workspace. Configures Memory / VCPU allowances.
3239632396
enum:
32397+
- SP50
3239732398
- SP30
3239832399
- SP10
32400+
- SP5
32401+
- SP2
3239932402
title: Stream Workspace Tier
3240032403
type: string
3240132404
type: object
@@ -36683,7 +36686,7 @@ info:
3668336686
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3668436687
title: MongoDB Atlas Administration API
3668536688
version: "2.0"
36686-
x-xgen-sha: 5e3c70434d4eca75cd4a7d5424b674c884867973
36689+
x-xgen-sha: 6c37e611f5d04a02aac4190e5974430b1a692f6d
3668736690
openapi: 3.0.1
3668836691
paths:
3668936692
/api/atlas/v2:

openapi/v2/openapi-2023-10-01.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41010,8 +41010,11 @@
4101041010
"tier": {
4101141011
"description": "Selected tier for the Stream Workspace. Configures Memory / VCPU allowances.",
4101241012
"enum": [
41013+
"SP50",
4101341014
"SP30",
41014-
"SP10"
41015+
"SP10",
41016+
"SP5",
41017+
"SP2"
4101541018
],
4101641019
"title": "Stream Workspace Tier",
4101741020
"type": "string"
@@ -46464,7 +46467,7 @@
4646446467
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
4646546468
"title": "MongoDB Atlas Administration API",
4646646469
"version": "2.0",
46467-
"x-xgen-sha": "5e3c70434d4eca75cd4a7d5424b674c884867973"
46470+
"x-xgen-sha": "6c37e611f5d04a02aac4190e5974430b1a692f6d"
4646846471
},
4646946472
"openapi": "3.0.1",
4647046473
"paths": {

openapi/v2/openapi-2023-10-01.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32472,8 +32472,11 @@ components:
3247232472
tier:
3247332473
description: Selected tier for the Stream Workspace. Configures Memory / VCPU allowances.
3247432474
enum:
32475+
- SP50
3247532476
- SP30
3247632477
- SP10
32478+
- SP5
32479+
- SP2
3247732480
title: Stream Workspace Tier
3247832481
type: string
3247932482
type: object
@@ -36761,7 +36764,7 @@ info:
3676136764
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3676236765
title: MongoDB Atlas Administration API
3676336766
version: "2.0"
36764-
x-xgen-sha: 5e3c70434d4eca75cd4a7d5424b674c884867973
36767+
x-xgen-sha: 6c37e611f5d04a02aac4190e5974430b1a692f6d
3676536768
openapi: 3.0.1
3676636769
paths:
3676736770
/api/atlas/v2:

0 commit comments

Comments
 (0)