From 26b3191cfeee8eaf1bcf34977ee3a263f642ad35 Mon Sep 17 00:00:00 2001 From: SDK Generator Bot Date: Wed, 23 Sep 2026 08:40:27 +0000 Subject: [PATCH] Generate valkey --- services/valkey/oas_commit | 2 +- services/valkey/src/stackit/valkey/__init__.py | 2 +- services/valkey/src/stackit/valkey/api/default_api.py | 2 +- services/valkey/src/stackit/valkey/api_client.py | 2 +- services/valkey/src/stackit/valkey/configuration.py | 2 +- services/valkey/src/stackit/valkey/exceptions.py | 2 +- services/valkey/src/stackit/valkey/models/__init__.py | 2 +- services/valkey/src/stackit/valkey/models/backup.py | 2 +- .../src/stackit/valkey/models/create_backup_response_item.py | 2 +- .../src/stackit/valkey/models/create_credentials_payload.py | 2 +- .../src/stackit/valkey/models/create_instance_payload.py | 2 +- .../src/stackit/valkey/models/create_instance_response.py | 2 +- services/valkey/src/stackit/valkey/models/credentials.py | 2 +- .../valkey/src/stackit/valkey/models/credentials_list_item.py | 2 +- .../valkey/src/stackit/valkey/models/credentials_response.py | 2 +- services/valkey/src/stackit/valkey/models/error.py | 2 +- .../valkey/src/stackit/valkey/models/get_metrics_response.py | 2 +- services/valkey/src/stackit/valkey/models/instance.py | 2 +- .../src/stackit/valkey/models/instance_last_operation.py | 2 +- .../valkey/src/stackit/valkey/models/instance_parameters.py | 4 ++-- services/valkey/src/stackit/valkey/models/instance_schema.py | 2 +- .../src/stackit/valkey/models/list_credentials_response.py | 2 +- .../src/stackit/valkey/models/list_instances_response.py | 2 +- .../src/stackit/valkey/models/list_offerings_response.py | 2 +- .../src/stackit/valkey/models/list_restores_response.py | 2 +- services/valkey/src/stackit/valkey/models/model_schema.py | 2 +- services/valkey/src/stackit/valkey/models/offering.py | 2 +- .../stackit/valkey/models/partial_update_instance_payload.py | 2 +- services/valkey/src/stackit/valkey/models/plan.py | 2 +- services/valkey/src/stackit/valkey/models/raw_credentials.py | 2 +- services/valkey/src/stackit/valkey/models/restore.py | 2 +- .../src/stackit/valkey/models/trigger_restore_response.py | 2 +- .../stackit/valkey/models/update_backups_config_payload.py | 2 +- .../stackit/valkey/models/update_backups_config_response.py | 2 +- services/valkey/src/stackit/valkey/rest.py | 2 +- 35 files changed, 36 insertions(+), 36 deletions(-) diff --git a/services/valkey/oas_commit b/services/valkey/oas_commit index e05d493f3..62af87fd7 100644 --- a/services/valkey/oas_commit +++ b/services/valkey/oas_commit @@ -1 +1 @@ -da4701b7dbe20e984aef89711bb9ba716e19fcba +72b639e84862f7ada4001e2778ca0d8cdeda381e diff --git a/services/valkey/src/stackit/valkey/__init__.py b/services/valkey/src/stackit/valkey/__init__.py index a321dfe52..f37a4e4c9 100644 --- a/services/valkey/src/stackit/valkey/__init__.py +++ b/services/valkey/src/stackit/valkey/__init__.py @@ -7,7 +7,7 @@ The STACKIT Key Value Store API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. -The version of the OpenAPI document: 2.0 +The version of the OpenAPI document: 2.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/valkey/src/stackit/valkey/api/default_api.py b/services/valkey/src/stackit/valkey/api/default_api.py index caecd13e3..a7ff54a8e 100644 --- a/services/valkey/src/stackit/valkey/api/default_api.py +++ b/services/valkey/src/stackit/valkey/api/default_api.py @@ -5,7 +5,7 @@ The STACKIT Key Value Store API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. -The version of the OpenAPI document: 2.0 +The version of the OpenAPI document: 2.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/valkey/src/stackit/valkey/api_client.py b/services/valkey/src/stackit/valkey/api_client.py index eb2108404..1d778a31f 100644 --- a/services/valkey/src/stackit/valkey/api_client.py +++ b/services/valkey/src/stackit/valkey/api_client.py @@ -5,7 +5,7 @@ The STACKIT Key Value Store API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. -The version of the OpenAPI document: 2.0 +The version of the OpenAPI document: 2.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/valkey/src/stackit/valkey/configuration.py b/services/valkey/src/stackit/valkey/configuration.py index f0f275fd2..eb674a3a6 100644 --- a/services/valkey/src/stackit/valkey/configuration.py +++ b/services/valkey/src/stackit/valkey/configuration.py @@ -5,7 +5,7 @@ The STACKIT Key Value Store API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. -The version of the OpenAPI document: 2.0 +The version of the OpenAPI document: 2.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/valkey/src/stackit/valkey/exceptions.py b/services/valkey/src/stackit/valkey/exceptions.py index 2feceefc3..f0d5367c5 100644 --- a/services/valkey/src/stackit/valkey/exceptions.py +++ b/services/valkey/src/stackit/valkey/exceptions.py @@ -5,7 +5,7 @@ The STACKIT Key Value Store API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. -The version of the OpenAPI document: 2.0 +The version of the OpenAPI document: 2.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/valkey/src/stackit/valkey/models/__init__.py b/services/valkey/src/stackit/valkey/models/__init__.py index 5a2abf647..b74270204 100644 --- a/services/valkey/src/stackit/valkey/models/__init__.py +++ b/services/valkey/src/stackit/valkey/models/__init__.py @@ -6,7 +6,7 @@ The STACKIT Key Value Store API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. -The version of the OpenAPI document: 2.0 +The version of the OpenAPI document: 2.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/valkey/src/stackit/valkey/models/backup.py b/services/valkey/src/stackit/valkey/models/backup.py index c5824b8d1..189891590 100644 --- a/services/valkey/src/stackit/valkey/models/backup.py +++ b/services/valkey/src/stackit/valkey/models/backup.py @@ -5,7 +5,7 @@ The STACKIT Key Value Store API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. -The version of the OpenAPI document: 2.0 +The version of the OpenAPI document: 2.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/valkey/src/stackit/valkey/models/create_backup_response_item.py b/services/valkey/src/stackit/valkey/models/create_backup_response_item.py index 4bf485ca0..a5b47a8b5 100644 --- a/services/valkey/src/stackit/valkey/models/create_backup_response_item.py +++ b/services/valkey/src/stackit/valkey/models/create_backup_response_item.py @@ -5,7 +5,7 @@ The STACKIT Key Value Store API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. -The version of the OpenAPI document: 2.0 +The version of the OpenAPI document: 2.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/valkey/src/stackit/valkey/models/create_credentials_payload.py b/services/valkey/src/stackit/valkey/models/create_credentials_payload.py index 4d5fbb748..997b7540b 100644 --- a/services/valkey/src/stackit/valkey/models/create_credentials_payload.py +++ b/services/valkey/src/stackit/valkey/models/create_credentials_payload.py @@ -5,7 +5,7 @@ The STACKIT Key Value Store API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. -The version of the OpenAPI document: 2.0 +The version of the OpenAPI document: 2.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/valkey/src/stackit/valkey/models/create_instance_payload.py b/services/valkey/src/stackit/valkey/models/create_instance_payload.py index 2d8d8173f..2023a33c9 100644 --- a/services/valkey/src/stackit/valkey/models/create_instance_payload.py +++ b/services/valkey/src/stackit/valkey/models/create_instance_payload.py @@ -5,7 +5,7 @@ The STACKIT Key Value Store API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. -The version of the OpenAPI document: 2.0 +The version of the OpenAPI document: 2.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/valkey/src/stackit/valkey/models/create_instance_response.py b/services/valkey/src/stackit/valkey/models/create_instance_response.py index 9c4fce1aa..78495914a 100644 --- a/services/valkey/src/stackit/valkey/models/create_instance_response.py +++ b/services/valkey/src/stackit/valkey/models/create_instance_response.py @@ -5,7 +5,7 @@ The STACKIT Key Value Store API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. -The version of the OpenAPI document: 2.0 +The version of the OpenAPI document: 2.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/valkey/src/stackit/valkey/models/credentials.py b/services/valkey/src/stackit/valkey/models/credentials.py index 0704e8876..331214698 100644 --- a/services/valkey/src/stackit/valkey/models/credentials.py +++ b/services/valkey/src/stackit/valkey/models/credentials.py @@ -5,7 +5,7 @@ The STACKIT Key Value Store API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. -The version of the OpenAPI document: 2.0 +The version of the OpenAPI document: 2.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/valkey/src/stackit/valkey/models/credentials_list_item.py b/services/valkey/src/stackit/valkey/models/credentials_list_item.py index b1171fa34..080c197a3 100644 --- a/services/valkey/src/stackit/valkey/models/credentials_list_item.py +++ b/services/valkey/src/stackit/valkey/models/credentials_list_item.py @@ -5,7 +5,7 @@ The STACKIT Key Value Store API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. -The version of the OpenAPI document: 2.0 +The version of the OpenAPI document: 2.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/valkey/src/stackit/valkey/models/credentials_response.py b/services/valkey/src/stackit/valkey/models/credentials_response.py index 1ab70bc91..8d503bf9c 100644 --- a/services/valkey/src/stackit/valkey/models/credentials_response.py +++ b/services/valkey/src/stackit/valkey/models/credentials_response.py @@ -5,7 +5,7 @@ The STACKIT Key Value Store API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. -The version of the OpenAPI document: 2.0 +The version of the OpenAPI document: 2.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/valkey/src/stackit/valkey/models/error.py b/services/valkey/src/stackit/valkey/models/error.py index 256da8fc7..f5eb54bdf 100644 --- a/services/valkey/src/stackit/valkey/models/error.py +++ b/services/valkey/src/stackit/valkey/models/error.py @@ -5,7 +5,7 @@ The STACKIT Key Value Store API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. -The version of the OpenAPI document: 2.0 +The version of the OpenAPI document: 2.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/valkey/src/stackit/valkey/models/get_metrics_response.py b/services/valkey/src/stackit/valkey/models/get_metrics_response.py index 286abb8dc..fcee97eb7 100644 --- a/services/valkey/src/stackit/valkey/models/get_metrics_response.py +++ b/services/valkey/src/stackit/valkey/models/get_metrics_response.py @@ -5,7 +5,7 @@ The STACKIT Key Value Store API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. -The version of the OpenAPI document: 2.0 +The version of the OpenAPI document: 2.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/valkey/src/stackit/valkey/models/instance.py b/services/valkey/src/stackit/valkey/models/instance.py index baa76cbb3..bf3b92fdd 100644 --- a/services/valkey/src/stackit/valkey/models/instance.py +++ b/services/valkey/src/stackit/valkey/models/instance.py @@ -5,7 +5,7 @@ The STACKIT Key Value Store API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. -The version of the OpenAPI document: 2.0 +The version of the OpenAPI document: 2.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/valkey/src/stackit/valkey/models/instance_last_operation.py b/services/valkey/src/stackit/valkey/models/instance_last_operation.py index be5f68451..503d1b9cc 100644 --- a/services/valkey/src/stackit/valkey/models/instance_last_operation.py +++ b/services/valkey/src/stackit/valkey/models/instance_last_operation.py @@ -5,7 +5,7 @@ The STACKIT Key Value Store API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. -The version of the OpenAPI document: 2.0 +The version of the OpenAPI document: 2.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/valkey/src/stackit/valkey/models/instance_parameters.py b/services/valkey/src/stackit/valkey/models/instance_parameters.py index 9f6c9022a..c4f703881 100644 --- a/services/valkey/src/stackit/valkey/models/instance_parameters.py +++ b/services/valkey/src/stackit/valkey/models/instance_parameters.py @@ -5,7 +5,7 @@ The STACKIT Key Value Store API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. -The version of the OpenAPI document: 2.0 +The version of the OpenAPI document: 2.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. @@ -65,7 +65,7 @@ class InstanceParameters(BaseModel): ) min_replicas_to_write: Optional[StrictInt] = Field( default=1, - 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.", + 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).", alias="min-replicas-to-write", ) min_replicas_max_lag: Optional[StrictInt] = Field(default=10, description="The unit is seconds.") diff --git a/services/valkey/src/stackit/valkey/models/instance_schema.py b/services/valkey/src/stackit/valkey/models/instance_schema.py index ee3332ce2..223de2c74 100644 --- a/services/valkey/src/stackit/valkey/models/instance_schema.py +++ b/services/valkey/src/stackit/valkey/models/instance_schema.py @@ -5,7 +5,7 @@ The STACKIT Key Value Store API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. -The version of the OpenAPI document: 2.0 +The version of the OpenAPI document: 2.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/valkey/src/stackit/valkey/models/list_credentials_response.py b/services/valkey/src/stackit/valkey/models/list_credentials_response.py index ca730e634..bad6e1616 100644 --- a/services/valkey/src/stackit/valkey/models/list_credentials_response.py +++ b/services/valkey/src/stackit/valkey/models/list_credentials_response.py @@ -5,7 +5,7 @@ The STACKIT Key Value Store API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. -The version of the OpenAPI document: 2.0 +The version of the OpenAPI document: 2.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/valkey/src/stackit/valkey/models/list_instances_response.py b/services/valkey/src/stackit/valkey/models/list_instances_response.py index 51467a9e2..645e0a850 100644 --- a/services/valkey/src/stackit/valkey/models/list_instances_response.py +++ b/services/valkey/src/stackit/valkey/models/list_instances_response.py @@ -5,7 +5,7 @@ The STACKIT Key Value Store API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. -The version of the OpenAPI document: 2.0 +The version of the OpenAPI document: 2.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/valkey/src/stackit/valkey/models/list_offerings_response.py b/services/valkey/src/stackit/valkey/models/list_offerings_response.py index 3478d160d..34abf93d8 100644 --- a/services/valkey/src/stackit/valkey/models/list_offerings_response.py +++ b/services/valkey/src/stackit/valkey/models/list_offerings_response.py @@ -5,7 +5,7 @@ The STACKIT Key Value Store API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. -The version of the OpenAPI document: 2.0 +The version of the OpenAPI document: 2.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/valkey/src/stackit/valkey/models/list_restores_response.py b/services/valkey/src/stackit/valkey/models/list_restores_response.py index 25b0005db..95db6e253 100644 --- a/services/valkey/src/stackit/valkey/models/list_restores_response.py +++ b/services/valkey/src/stackit/valkey/models/list_restores_response.py @@ -5,7 +5,7 @@ The STACKIT Key Value Store API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. -The version of the OpenAPI document: 2.0 +The version of the OpenAPI document: 2.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/valkey/src/stackit/valkey/models/model_schema.py b/services/valkey/src/stackit/valkey/models/model_schema.py index d58fe2892..869c51dbb 100644 --- a/services/valkey/src/stackit/valkey/models/model_schema.py +++ b/services/valkey/src/stackit/valkey/models/model_schema.py @@ -5,7 +5,7 @@ The STACKIT Key Value Store API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. -The version of the OpenAPI document: 2.0 +The version of the OpenAPI document: 2.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/valkey/src/stackit/valkey/models/offering.py b/services/valkey/src/stackit/valkey/models/offering.py index 086ff3d71..5345326b4 100644 --- a/services/valkey/src/stackit/valkey/models/offering.py +++ b/services/valkey/src/stackit/valkey/models/offering.py @@ -5,7 +5,7 @@ The STACKIT Key Value Store API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. -The version of the OpenAPI document: 2.0 +The version of the OpenAPI document: 2.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/valkey/src/stackit/valkey/models/partial_update_instance_payload.py b/services/valkey/src/stackit/valkey/models/partial_update_instance_payload.py index 6d6388097..d0af8df56 100644 --- a/services/valkey/src/stackit/valkey/models/partial_update_instance_payload.py +++ b/services/valkey/src/stackit/valkey/models/partial_update_instance_payload.py @@ -5,7 +5,7 @@ The STACKIT Key Value Store API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. -The version of the OpenAPI document: 2.0 +The version of the OpenAPI document: 2.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/valkey/src/stackit/valkey/models/plan.py b/services/valkey/src/stackit/valkey/models/plan.py index 56b34b6e4..93c275657 100644 --- a/services/valkey/src/stackit/valkey/models/plan.py +++ b/services/valkey/src/stackit/valkey/models/plan.py @@ -5,7 +5,7 @@ The STACKIT Key Value Store API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. -The version of the OpenAPI document: 2.0 +The version of the OpenAPI document: 2.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/valkey/src/stackit/valkey/models/raw_credentials.py b/services/valkey/src/stackit/valkey/models/raw_credentials.py index b6d3f0f8f..f28786eed 100644 --- a/services/valkey/src/stackit/valkey/models/raw_credentials.py +++ b/services/valkey/src/stackit/valkey/models/raw_credentials.py @@ -5,7 +5,7 @@ The STACKIT Key Value Store API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. -The version of the OpenAPI document: 2.0 +The version of the OpenAPI document: 2.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/valkey/src/stackit/valkey/models/restore.py b/services/valkey/src/stackit/valkey/models/restore.py index 441f803eb..cebe5e169 100644 --- a/services/valkey/src/stackit/valkey/models/restore.py +++ b/services/valkey/src/stackit/valkey/models/restore.py @@ -5,7 +5,7 @@ The STACKIT Key Value Store API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. -The version of the OpenAPI document: 2.0 +The version of the OpenAPI document: 2.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/valkey/src/stackit/valkey/models/trigger_restore_response.py b/services/valkey/src/stackit/valkey/models/trigger_restore_response.py index 456856adb..9c631f569 100644 --- a/services/valkey/src/stackit/valkey/models/trigger_restore_response.py +++ b/services/valkey/src/stackit/valkey/models/trigger_restore_response.py @@ -5,7 +5,7 @@ The STACKIT Key Value Store API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. -The version of the OpenAPI document: 2.0 +The version of the OpenAPI document: 2.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/valkey/src/stackit/valkey/models/update_backups_config_payload.py b/services/valkey/src/stackit/valkey/models/update_backups_config_payload.py index 1fe481b64..106d5a21e 100644 --- a/services/valkey/src/stackit/valkey/models/update_backups_config_payload.py +++ b/services/valkey/src/stackit/valkey/models/update_backups_config_payload.py @@ -5,7 +5,7 @@ The STACKIT Key Value Store API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. -The version of the OpenAPI document: 2.0 +The version of the OpenAPI document: 2.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/valkey/src/stackit/valkey/models/update_backups_config_response.py b/services/valkey/src/stackit/valkey/models/update_backups_config_response.py index 66d1c12c3..e3d811623 100644 --- a/services/valkey/src/stackit/valkey/models/update_backups_config_response.py +++ b/services/valkey/src/stackit/valkey/models/update_backups_config_response.py @@ -5,7 +5,7 @@ The STACKIT Key Value Store API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. -The version of the OpenAPI document: 2.0 +The version of the OpenAPI document: 2.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually. diff --git a/services/valkey/src/stackit/valkey/rest.py b/services/valkey/src/stackit/valkey/rest.py index fa17c7faf..2d3d6a71d 100644 --- a/services/valkey/src/stackit/valkey/rest.py +++ b/services/valkey/src/stackit/valkey/rest.py @@ -5,7 +5,7 @@ The STACKIT Key Value Store API provides endpoints to list service offerings, manage service instances and service credentials within STACKIT portal projects. -The version of the OpenAPI document: 2.0 +The version of the OpenAPI document: 2.1 Generated by OpenAPI Generator (https://openapi-generator.tech) Do not edit the class manually.