Skip to content

Commit 542331e

Browse files
OAS Update
1 parent 93a0c25 commit 542331e

1 file changed

Lines changed: 28 additions & 1 deletion

File tree

services/redis/v1/redis.json

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,14 @@
112112
],
113113
"type": "object"
114114
},
115+
"CreateCredentialsPayload": {
116+
"properties": {
117+
"parameters": {
118+
"$ref": "#/components/schemas/CredentialsParameters"
119+
}
120+
},
121+
"type": "object"
122+
},
115123
"CreateInstancePayload": {
116124
"properties": {
117125
"instanceName": {
@@ -187,6 +195,9 @@
187195
],
188196
"type": "object"
189197
},
198+
"CredentialsParameters": {
199+
"type": "object"
200+
},
190201
"CredentialsResponse": {
191202
"properties": {
192203
"id": {
@@ -554,16 +565,22 @@
554565
"type": "array"
555566
},
556567
"tls-ciphers": {
568+
"deprecated": true,
569+
"description": "This property is deprecated and will be removed in a future release.",
557570
"items": {
558571
"type": "string"
559572
},
560573
"type": "array"
561574
},
562575
"tls-ciphersuites": {
576+
"deprecated": true,
577+
"description": "This property is deprecated and will be removed in a future release.",
563578
"example": "TLS_RSA_WITH_AES_128_CBC_SHA:TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384",
564579
"type": "string"
565580
},
566581
"tls-protocols": {
582+
"deprecated": true,
583+
"description": "This property is deprecated and will be removed in a future release.",
567584
"enum": [
568585
"TLSv1.2",
569586
"TLSv1.3"
@@ -839,7 +856,7 @@
839856
"description": "The STACKIT Redis API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects.",
840857
"termsOfService": "https://www.stackit.de/en/general-terms-and-conditions/terms-of-use/",
841858
"title": "STACKIT Redis API",
842-
"version": "1.1.0"
859+
"version": "1.2.0"
843860
},
844861
"openapi": "3.0.3",
845862
"paths": {
@@ -1354,6 +1371,16 @@
13541371
"$ref": "#/components/parameters/instanceId"
13551372
}
13561373
],
1374+
"requestBody": {
1375+
"content": {
1376+
"application/json": {
1377+
"schema": {
1378+
"$ref": "#/components/schemas/CreateCredentialsPayload"
1379+
}
1380+
}
1381+
},
1382+
"description": "Parameters for requested credentials"
1383+
},
13571384
"responses": {
13581385
"200": {
13591386
"content": {

0 commit comments

Comments
 (0)