@@ -109,13 +109,13 @@ def archive_key_with_http_info(self, body, **kwargs): # noqa: E501
109109
110110 # HTTP header `Content-Type`
111111 header_params ['Content-Type' ] = self .api_client .select_header_content_type ( # noqa: E501
112- ['application/json ' ]) # noqa: E501
112+ ['text/plain ' ]) # noqa: E501
113113
114114 # Authentication setting
115115 auth_settings = ['volcengineSign' ] # noqa: E501
116116
117117 return self .api_client .call_api (
118- '/ArchiveKey/2021-02-18/kms/post/application_json /' , 'POST ' ,
118+ '/ArchiveKey/2021-02-18/kms/get/text_plain /' , 'GET ' ,
119119 path_params ,
120120 query_params ,
121121 header_params ,
@@ -2437,13 +2437,13 @@ def disable_key_rotation_with_http_info(self, body, **kwargs): # noqa: E501
24372437
24382438 # HTTP header `Content-Type`
24392439 header_params ['Content-Type' ] = self .api_client .select_header_content_type ( # noqa: E501
2440- ['application/json ' ]) # noqa: E501
2440+ ['text/plain ' ]) # noqa: E501
24412441
24422442 # Authentication setting
24432443 auth_settings = ['volcengineSign' ] # noqa: E501
24442444
24452445 return self .api_client .call_api (
2446- '/DisableKeyRotation/2021-02-18/kms/post/application_json /' , 'POST ' ,
2446+ '/DisableKeyRotation/2021-02-18/kms/get/text_plain /' , 'GET ' ,
24472447 path_params ,
24482448 query_params ,
24492449 header_params ,
@@ -2534,13 +2534,13 @@ def enable_key_with_http_info(self, body, **kwargs): # noqa: E501
25342534
25352535 # HTTP header `Content-Type`
25362536 header_params ['Content-Type' ] = self .api_client .select_header_content_type ( # noqa: E501
2537- ['application/json ' ]) # noqa: E501
2537+ ['text/plain ' ]) # noqa: E501
25382538
25392539 # Authentication setting
25402540 auth_settings = ['volcengineSign' ] # noqa: E501
25412541
25422542 return self .api_client .call_api (
2543- '/EnableKey/2021-02-18/kms/post/application_json /' , 'POST ' ,
2543+ '/EnableKey/2021-02-18/kms/get/text_plain /' , 'GET ' ,
25442544 path_params ,
25452545 query_params ,
25462546 header_params ,
@@ -3407,13 +3407,13 @@ def query_keyring_with_http_info(self, body, **kwargs): # noqa: E501
34073407
34083408 # HTTP header `Content-Type`
34093409 header_params ['Content-Type' ] = self .api_client .select_header_content_type ( # noqa: E501
3410- ['application/json ' ]) # noqa: E501
3410+ ['text/plain ' ]) # noqa: E501
34113411
34123412 # Authentication setting
34133413 auth_settings = ['volcengineSign' ] # noqa: E501
34143414
34153415 return self .api_client .call_api (
3416- '/QueryKeyring/2021-02-18/kms/post/application_json /' , 'POST ' ,
3416+ '/QueryKeyring/2021-02-18/kms/get/text_plain /' , 'GET ' ,
34173417 path_params ,
34183418 query_params ,
34193419 header_params ,
@@ -4183,13 +4183,13 @@ def update_keyring_with_http_info(self, body, **kwargs): # noqa: E501
41834183
41844184 # HTTP header `Content-Type`
41854185 header_params ['Content-Type' ] = self .api_client .select_header_content_type ( # noqa: E501
4186- ['application/json ' ]) # noqa: E501
4186+ ['text/plain ' ]) # noqa: E501
41874187
41884188 # Authentication setting
41894189 auth_settings = ['volcengineSign' ] # noqa: E501
41904190
41914191 return self .api_client .call_api (
4192- '/UpdateKeyring/2021-02-18/kms/post/application_json /' , 'POST ' ,
4192+ '/UpdateKeyring/2021-02-18/kms/get/text_plain /' , 'GET ' ,
41934193 path_params ,
41944194 query_params ,
41954195 header_params ,
0 commit comments