Skip to content

Commit 62ead01

Browse files
OAS Update
1 parent 0a6e493 commit 62ead01

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

services/rabbitmq/v1/rabbitmq.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,6 @@
542542
"rabbitmq_shovel",
543543
"rabbitmq_shovel_management",
544544
"rabbitmq_stomp",
545-
"rabbitmq_tracing",
546545
"rabbitmq_event_exchange"
547546
],
548547
"type": "string"
@@ -864,7 +863,7 @@
864863
"description": "The STACKIT RabbitMQ API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects.",
865864
"termsOfService": "https://www.stackit.de/en/general-terms-and-conditions/terms-of-use/",
866865
"title": "STACKIT RabbitMQ API",
867-
"version": "1.3.0"
866+
"version": "1.4.0"
868867
},
869868
"openapi": "3.0.3",
870869
"paths": {

services/valkey/v1/valkey.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@
541541
},
542542
"min-replicas-to-write": {
543543
"default": 1,
544-
"description": "The amount of connected replicas that are required for the primary to accept write operations. It can be set to 0 to disable it.",
544+
"description": "The amount of connected replicas that are required for the primary to accept write operations. It can be set to 0 to disable it. Should not be greater than the number of nodes (e.g. 1 or 3).",
545545
"format": "int32",
546546
"type": "integer"
547547
},
@@ -848,7 +848,7 @@
848848
"description": "The STACKIT Key Value Store API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects.",
849849
"termsOfService": "https://www.stackit.de/en/general-terms-and-conditions/terms-of-use/",
850850
"title": "STACKIT Key Value Store API",
851-
"version": "1.0"
851+
"version": "1.1"
852852
},
853853
"openapi": "3.0.3",
854854
"paths": {

0 commit comments

Comments
 (0)