From 2e2b79e00dfc2832d091234b6676d2ee86ea1306 Mon Sep 17 00:00:00 2001 From: SDK Generator Bot Date: Wed, 6 Aug 2025 11:27:02 +0000 Subject: [PATCH] Generate kms --- .../kms/src/stackit/kms/api/default_api.py | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/services/kms/src/stackit/kms/api/default_api.py b/services/kms/src/stackit/kms/api/default_api.py index 997101452..3d1a022f4 100644 --- a/services/kms/src/stackit/kms/api/default_api.py +++ b/services/kms/src/stackit/kms/api/default_api.py @@ -4441,7 +4441,7 @@ def import_key( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> Key: + ) -> Version: """Import key Imports a new version to the given key. @@ -4491,7 +4491,7 @@ def import_key( ) _response_types_map: Dict[str, Optional[str]] = { - "200": "Key", + "200": "Version", "400": "HttpError", "401": "HttpError", "404": "HttpError", @@ -4522,7 +4522,7 @@ def import_key_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[Key]: + ) -> ApiResponse[Version]: """Import key Imports a new version to the given key. @@ -4572,7 +4572,7 @@ def import_key_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - "200": "Key", + "200": "Version", "400": "HttpError", "401": "HttpError", "404": "HttpError", @@ -4653,7 +4653,7 @@ def import_key_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - "200": "Key", + "200": "Version", "400": "HttpError", "401": "HttpError", "404": "HttpError", @@ -6399,7 +6399,7 @@ def rotate_key( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> Key: + ) -> Version: """Rotate key Rotates the given key. @@ -6446,7 +6446,7 @@ def rotate_key( ) _response_types_map: Dict[str, Optional[str]] = { - "200": "Key", + "200": "Version", "400": "HttpError", "401": "HttpError", "403": "HttpError", @@ -6477,7 +6477,7 @@ def rotate_key_with_http_info( _content_type: Optional[StrictStr] = None, _headers: Optional[Dict[StrictStr, Any]] = None, _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0, - ) -> ApiResponse[Key]: + ) -> ApiResponse[Version]: """Rotate key Rotates the given key. @@ -6524,7 +6524,7 @@ def rotate_key_with_http_info( ) _response_types_map: Dict[str, Optional[str]] = { - "200": "Key", + "200": "Version", "400": "HttpError", "401": "HttpError", "403": "HttpError", @@ -6602,7 +6602,7 @@ def rotate_key_without_preload_content( ) _response_types_map: Dict[str, Optional[str]] = { - "200": "Key", + "200": "Version", "400": "HttpError", "401": "HttpError", "403": "HttpError",