Skip to content

Commit 2644d6b

Browse files
ci(prod): Release OpenAPI Spec 🚀. See https://github.com/mongodb/openapi/actions/runs/18045629782.
1 parent f81e7b3 commit 2644d6b

24 files changed

+168
-252
lines changed

openapi/.raw/v2.json

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -48214,19 +48214,15 @@
4821448214
"description": "User credentials required to connect to a Kafka Cluster. Includes the authentication type, as well as the parameters for that authentication mode.",
4821548215
"properties": {
4821648216
"clientId": {
48217-
"description": "OIDC client identifier for authentication to the Kafka cluster.",
48217+
"description": "OIDC client identifier for authentication to the Kafka cluster. This field is not supported yet.",
4821848218
"type": "string"
4821948219
},
4822048220
"clientSecret": {
48221-
"description": "OIDC client secret for authentication to the Kafka cluster.",
48221+
"description": "OIDC client secret for authentication to the Kafka cluster. This field is not supported yet.",
4822248222
"format": "password",
4822348223
"type": "string",
4822448224
"writeOnly": true
4822548225
},
48226-
"httpsCaPem": {
48227-
"description": "HTTPS CA certificate in PEM format for SSL/TLS verification.",
48228-
"type": "string"
48229-
},
4823048226
"links": {
4823148227
"description": "List of one or more Uniform Resource Locators (URLs) that point to API sub-resources, related API resources, or both. RFC 5988 outlines these relationships.",
4823248228
"externalDocs": {
@@ -48244,7 +48240,7 @@
4824448240
"type": "string"
4824548241
},
4824648242
"method": {
48247-
"description": "SASL OAUTHBEARER authentication method. Can only be OIDC currently.",
48243+
"description": "SASL OAUTHBEARER authentication method. Can only be OIDC currently. This field is not supported yet.",
4824848244
"type": "string"
4824948245
},
4825048246
"password": {
@@ -48254,11 +48250,11 @@
4825448250
"writeOnly": true
4825548251
},
4825648252
"saslOauthbearerExtensions": {
48257-
"description": "SASL OAUTHBEARER extensions parameter for additional OAuth2 configuration.",
48253+
"description": "SASL OAUTHBEARER extensions parameter for additional OAuth2 configuration. This field is not supported yet.",
4825848254
"type": "string"
4825948255
},
4826048256
"scope": {
48261-
"description": "OIDC scope parameter defining the access permissions requested.",
48257+
"description": "OIDC scope parameter defining the access permissions requested. This field is not supported yet.",
4826248258
"type": "string"
4826348259
},
4826448260
"sslCertificate": {
@@ -48276,7 +48272,7 @@
4827648272
"writeOnly": true
4827748273
},
4827848274
"tokenEndpointUrl": {
48279-
"description": "OIDC token endpoint URL for obtaining access tokens.",
48275+
"description": "OIDC token endpoint URL for obtaining access tokens. This field is not supported yet.",
4828048276
"type": "string"
4828148277
},
4828248278
"username": {
@@ -53518,7 +53514,7 @@
5351853514
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
5351953515
"title": "MongoDB Atlas Administration API",
5352053516
"version": "2.0",
53521-
"x-xgen-sha": "a16c33cd989b250801b8206c3aa71005ba80e2b1"
53517+
"x-xgen-sha": "6d1feb3f4a77896c6eda8ce3e744affc6a1f024c"
5352253518
},
5352353519
"openapi": "3.0.1",
5352453520
"paths": {

openapi/.raw/v2.yaml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37894,16 +37894,13 @@ components:
3789437894
description: User credentials required to connect to a Kafka Cluster. Includes the authentication type, as well as the parameters for that authentication mode.
3789537895
properties:
3789637896
clientId:
37897-
description: OIDC client identifier for authentication to the Kafka cluster.
37897+
description: OIDC client identifier for authentication to the Kafka cluster. This field is not supported yet.
3789837898
type: string
3789937899
clientSecret:
37900-
description: OIDC client secret for authentication to the Kafka cluster.
37900+
description: OIDC client secret for authentication to the Kafka cluster. This field is not supported yet.
3790137901
format: password
3790237902
type: string
3790337903
writeOnly: true
37904-
httpsCaPem:
37905-
description: HTTPS CA certificate in PEM format for SSL/TLS verification.
37906-
type: string
3790737904
links:
3790837905
description: List of one or more Uniform Resource Locators (URLs) that point to API sub-resources, related API resources, or both. RFC 5988 outlines these relationships.
3790937906
externalDocs:
@@ -37917,18 +37914,18 @@ components:
3791737914
description: Style of authentication. Can be one of PLAIN, SCRAM-256, SCRAM-512, or OAUTHBEARER.
3791837915
type: string
3791937916
method:
37920-
description: SASL OAUTHBEARER authentication method. Can only be OIDC currently.
37917+
description: SASL OAUTHBEARER authentication method. Can only be OIDC currently. This field is not supported yet.
3792137918
type: string
3792237919
password:
3792337920
description: Password of the account to connect to the Kafka cluster.
3792437921
format: password
3792537922
type: string
3792637923
writeOnly: true
3792737924
saslOauthbearerExtensions:
37928-
description: SASL OAUTHBEARER extensions parameter for additional OAuth2 configuration.
37925+
description: SASL OAUTHBEARER extensions parameter for additional OAuth2 configuration. This field is not supported yet.
3792937926
type: string
3793037927
scope:
37931-
description: OIDC scope parameter defining the access permissions requested.
37928+
description: OIDC scope parameter defining the access permissions requested. This field is not supported yet.
3793237929
type: string
3793337930
sslCertificate:
3793437931
description: SSL certificate for client authentication to Kafka.
@@ -37942,7 +37939,7 @@ components:
3794237939
type: string
3794337940
writeOnly: true
3794437941
tokenEndpointUrl:
37945-
description: OIDC token endpoint URL for obtaining access tokens.
37942+
description: OIDC token endpoint URL for obtaining access tokens. This field is not supported yet.
3794637943
type: string
3794737944
username:
3794837945
description: Username of the account to connect to the Kafka cluster.
@@ -42071,7 +42068,7 @@ info:
4207142068
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
4207242069
title: MongoDB Atlas Administration API
4207342070
version: "2.0"
42074-
x-xgen-sha: a16c33cd989b250801b8206c3aa71005ba80e2b1
42071+
x-xgen-sha: 6d1feb3f4a77896c6eda8ce3e744affc6a1f024c
4207542072
openapi: 3.0.1
4207642073
paths:
4207742074
/api/atlas/v2:

openapi/v2.json

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -45825,19 +45825,15 @@
4582545825
"description": "User credentials required to connect to a Kafka Cluster. Includes the authentication type, as well as the parameters for that authentication mode.",
4582645826
"properties": {
4582745827
"clientId": {
45828-
"description": "OIDC client identifier for authentication to the Kafka cluster.",
45828+
"description": "OIDC client identifier for authentication to the Kafka cluster. This field is not supported yet.",
4582945829
"type": "string"
4583045830
},
4583145831
"clientSecret": {
45832-
"description": "OIDC client secret for authentication to the Kafka cluster.",
45832+
"description": "OIDC client secret for authentication to the Kafka cluster. This field is not supported yet.",
4583345833
"format": "password",
4583445834
"type": "string",
4583545835
"writeOnly": true
4583645836
},
45837-
"httpsCaPem": {
45838-
"description": "HTTPS CA certificate in PEM format for SSL/TLS verification.",
45839-
"type": "string"
45840-
},
4584145837
"links": {
4584245838
"description": "List of one or more Uniform Resource Locators (URLs) that point to API sub-resources, related API resources, or both. RFC 5988 outlines these relationships.",
4584345839
"externalDocs": {
@@ -45855,7 +45851,7 @@
4585545851
"type": "string"
4585645852
},
4585745853
"method": {
45858-
"description": "SASL OAUTHBEARER authentication method. Can only be OIDC currently.",
45854+
"description": "SASL OAUTHBEARER authentication method. Can only be OIDC currently. This field is not supported yet.",
4585945855
"type": "string"
4586045856
},
4586145857
"password": {
@@ -45865,11 +45861,11 @@
4586545861
"writeOnly": true
4586645862
},
4586745863
"saslOauthbearerExtensions": {
45868-
"description": "SASL OAUTHBEARER extensions parameter for additional OAuth2 configuration.",
45864+
"description": "SASL OAUTHBEARER extensions parameter for additional OAuth2 configuration. This field is not supported yet.",
4586945865
"type": "string"
4587045866
},
4587145867
"scope": {
45872-
"description": "OIDC scope parameter defining the access permissions requested.",
45868+
"description": "OIDC scope parameter defining the access permissions requested. This field is not supported yet.",
4587345869
"type": "string"
4587445870
},
4587545871
"sslCertificate": {
@@ -45887,7 +45883,7 @@
4588745883
"writeOnly": true
4588845884
},
4588945885
"tokenEndpointUrl": {
45890-
"description": "OIDC token endpoint URL for obtaining access tokens.",
45886+
"description": "OIDC token endpoint URL for obtaining access tokens. This field is not supported yet.",
4589145887
"type": "string"
4589245888
},
4589345889
"username": {
@@ -50609,7 +50605,7 @@
5060950605
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
5061050606
"title": "MongoDB Atlas Administration API",
5061150607
"version": "2.0",
50612-
"x-xgen-sha": "a16c33cd989b250801b8206c3aa71005ba80e2b1"
50608+
"x-xgen-sha": "6d1feb3f4a77896c6eda8ce3e744affc6a1f024c"
5061350609
},
5061450610
"openapi": "3.0.1",
5061550611
"paths": {

openapi/v2.yaml

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -36244,16 +36244,13 @@ components:
3624436244
description: User credentials required to connect to a Kafka Cluster. Includes the authentication type, as well as the parameters for that authentication mode.
3624536245
properties:
3624636246
clientId:
36247-
description: OIDC client identifier for authentication to the Kafka cluster.
36247+
description: OIDC client identifier for authentication to the Kafka cluster. This field is not supported yet.
3624836248
type: string
3624936249
clientSecret:
36250-
description: OIDC client secret for authentication to the Kafka cluster.
36250+
description: OIDC client secret for authentication to the Kafka cluster. This field is not supported yet.
3625136251
format: password
3625236252
type: string
3625336253
writeOnly: true
36254-
httpsCaPem:
36255-
description: HTTPS CA certificate in PEM format for SSL/TLS verification.
36256-
type: string
3625736254
links:
3625836255
description: List of one or more Uniform Resource Locators (URLs) that point to API sub-resources, related API resources, or both. RFC 5988 outlines these relationships.
3625936256
externalDocs:
@@ -36267,18 +36264,18 @@ components:
3626736264
description: Style of authentication. Can be one of PLAIN, SCRAM-256, SCRAM-512, or OAUTHBEARER.
3626836265
type: string
3626936266
method:
36270-
description: SASL OAUTHBEARER authentication method. Can only be OIDC currently.
36267+
description: SASL OAUTHBEARER authentication method. Can only be OIDC currently. This field is not supported yet.
3627136268
type: string
3627236269
password:
3627336270
description: Password of the account to connect to the Kafka cluster.
3627436271
format: password
3627536272
type: string
3627636273
writeOnly: true
3627736274
saslOauthbearerExtensions:
36278-
description: SASL OAUTHBEARER extensions parameter for additional OAuth2 configuration.
36275+
description: SASL OAUTHBEARER extensions parameter for additional OAuth2 configuration. This field is not supported yet.
3627936276
type: string
3628036277
scope:
36281-
description: OIDC scope parameter defining the access permissions requested.
36278+
description: OIDC scope parameter defining the access permissions requested. This field is not supported yet.
3628236279
type: string
3628336280
sslCertificate:
3628436281
description: SSL certificate for client authentication to Kafka.
@@ -36292,7 +36289,7 @@ components:
3629236289
type: string
3629336290
writeOnly: true
3629436291
tokenEndpointUrl:
36295-
description: OIDC token endpoint URL for obtaining access tokens.
36292+
description: OIDC token endpoint URL for obtaining access tokens. This field is not supported yet.
3629636293
type: string
3629736294
username:
3629836295
description: Username of the account to connect to the Kafka cluster.
@@ -40044,7 +40041,7 @@ info:
4004440041
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
4004540042
title: MongoDB Atlas Administration API
4004640043
version: "2.0"
40047-
x-xgen-sha: a16c33cd989b250801b8206c3aa71005ba80e2b1
40044+
x-xgen-sha: 6d1feb3f4a77896c6eda8ce3e744affc6a1f024c
4004840045
openapi: 3.0.1
4004940046
paths:
4005040047
/api/atlas/v2:

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

Lines changed: 7 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -41049,19 +41049,15 @@
4104941049
"description": "User credentials required to connect to a Kafka Cluster. Includes the authentication type, as well as the parameters for that authentication mode.",
4105041050
"properties": {
4105141051
"clientId": {
41052-
"description": "OIDC client identifier for authentication to the Kafka cluster.",
41052+
"description": "OIDC client identifier for authentication to the Kafka cluster. This field is not supported yet.",
4105341053
"type": "string"
4105441054
},
4105541055
"clientSecret": {
41056-
"description": "OIDC client secret for authentication to the Kafka cluster.",
41056+
"description": "OIDC client secret for authentication to the Kafka cluster. This field is not supported yet.",
4105741057
"format": "password",
4105841058
"type": "string",
4105941059
"writeOnly": true
4106041060
},
41061-
"httpsCaPem": {
41062-
"description": "HTTPS CA certificate in PEM format for SSL/TLS verification.",
41063-
"type": "string"
41064-
},
4106541061
"links": {
4106641062
"description": "List of one or more Uniform Resource Locators (URLs) that point to API sub-resources, related API resources, or both. RFC 5988 outlines these relationships.",
4106741063
"externalDocs": {
@@ -41079,7 +41075,7 @@
4107941075
"type": "string"
4108041076
},
4108141077
"method": {
41082-
"description": "SASL OAUTHBEARER authentication method. Can only be OIDC currently.",
41078+
"description": "SASL OAUTHBEARER authentication method. Can only be OIDC currently. This field is not supported yet.",
4108341079
"type": "string"
4108441080
},
4108541081
"password": {
@@ -41089,11 +41085,11 @@
4108941085
"writeOnly": true
4109041086
},
4109141087
"saslOauthbearerExtensions": {
41092-
"description": "SASL OAUTHBEARER extensions parameter for additional OAuth2 configuration.",
41088+
"description": "SASL OAUTHBEARER extensions parameter for additional OAuth2 configuration. This field is not supported yet.",
4109341089
"type": "string"
4109441090
},
4109541091
"scope": {
41096-
"description": "OIDC scope parameter defining the access permissions requested.",
41092+
"description": "OIDC scope parameter defining the access permissions requested. This field is not supported yet.",
4109741093
"type": "string"
4109841094
},
4109941095
"sslCertificate": {
@@ -41111,7 +41107,7 @@
4111141107
"writeOnly": true
4111241108
},
4111341109
"tokenEndpointUrl": {
41114-
"description": "OIDC token endpoint URL for obtaining access tokens.",
41110+
"description": "OIDC token endpoint URL for obtaining access tokens. This field is not supported yet.",
4111541111
"type": "string"
4111641112
},
4111741113
"username": {
@@ -45376,7 +45372,7 @@
4537645372
"termsOfService": "https://www.mongodb.com/mongodb-management-service-terms-and-conditions",
4537745373
"title": "MongoDB Atlas Administration API",
4537845374
"version": "2.0",
45379-
"x-xgen-sha": "a16c33cd989b250801b8206c3aa71005ba80e2b1"
45375+
"x-xgen-sha": "6d1feb3f4a77896c6eda8ce3e744affc6a1f024c"
4538045376
},
4538145377
"openapi": "3.0.1",
4538245378
"paths": {

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

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32432,16 +32432,13 @@ components:
3243232432
description: User credentials required to connect to a Kafka Cluster. Includes the authentication type, as well as the parameters for that authentication mode.
3243332433
properties:
3243432434
clientId:
32435-
description: OIDC client identifier for authentication to the Kafka cluster.
32435+
description: OIDC client identifier for authentication to the Kafka cluster. This field is not supported yet.
3243632436
type: string
3243732437
clientSecret:
32438-
description: OIDC client secret for authentication to the Kafka cluster.
32438+
description: OIDC client secret for authentication to the Kafka cluster. This field is not supported yet.
3243932439
format: password
3244032440
type: string
3244132441
writeOnly: true
32442-
httpsCaPem:
32443-
description: HTTPS CA certificate in PEM format for SSL/TLS verification.
32444-
type: string
3244532442
links:
3244632443
description: List of one or more Uniform Resource Locators (URLs) that point to API sub-resources, related API resources, or both. RFC 5988 outlines these relationships.
3244732444
externalDocs:
@@ -32455,18 +32452,18 @@ components:
3245532452
description: Style of authentication. Can be one of PLAIN, SCRAM-256, SCRAM-512, or OAUTHBEARER.
3245632453
type: string
3245732454
method:
32458-
description: SASL OAUTHBEARER authentication method. Can only be OIDC currently.
32455+
description: SASL OAUTHBEARER authentication method. Can only be OIDC currently. This field is not supported yet.
3245932456
type: string
3246032457
password:
3246132458
description: Password of the account to connect to the Kafka cluster.
3246232459
format: password
3246332460
type: string
3246432461
writeOnly: true
3246532462
saslOauthbearerExtensions:
32466-
description: SASL OAUTHBEARER extensions parameter for additional OAuth2 configuration.
32463+
description: SASL OAUTHBEARER extensions parameter for additional OAuth2 configuration. This field is not supported yet.
3246732464
type: string
3246832465
scope:
32469-
description: OIDC scope parameter defining the access permissions requested.
32466+
description: OIDC scope parameter defining the access permissions requested. This field is not supported yet.
3247032467
type: string
3247132468
sslCertificate:
3247232469
description: SSL certificate for client authentication to Kafka.
@@ -32480,7 +32477,7 @@ components:
3248032477
type: string
3248132478
writeOnly: true
3248232479
tokenEndpointUrl:
32483-
description: OIDC token endpoint URL for obtaining access tokens.
32480+
description: OIDC token endpoint URL for obtaining access tokens. This field is not supported yet.
3248432481
type: string
3248532482
username:
3248632483
description: Username of the account to connect to the Kafka cluster.
@@ -35869,7 +35866,7 @@ info:
3586935866
termsOfService: https://www.mongodb.com/mongodb-management-service-terms-and-conditions
3587035867
title: MongoDB Atlas Administration API
3587135868
version: "2.0"
35872-
x-xgen-sha: a16c33cd989b250801b8206c3aa71005ba80e2b1
35869+
x-xgen-sha: 6d1feb3f4a77896c6eda8ce3e744affc6a1f024c
3587335870
openapi: 3.0.1
3587435871
paths:
3587535872
/api/atlas/v2:

0 commit comments

Comments
 (0)