@@ -342,7 +342,7 @@ def check_with_http_info(self, body, **kwargs):
342342 attributes = telemetry_attributes ,
343343 )
344344
345- return self .api_client .call_api (
345+ return self .api_client .request (
346346 "/stores/{store_id}/check" .replace ("{store_id}" , store_id ),
347347 "POST" ,
348348 path_params ,
@@ -493,7 +493,7 @@ def create_store_with_http_info(self, body, **kwargs):
493493 attributes = telemetry_attributes ,
494494 )
495495
496- return self .api_client .call_api (
496+ return self .api_client .request (
497497 "/stores" ,
498498 "POST" ,
499499 path_params ,
@@ -625,7 +625,7 @@ def delete_store_with_http_info(self, **kwargs):
625625 attributes = telemetry_attributes ,
626626 )
627627
628- return self .api_client .call_api (
628+ return self .api_client .request (
629629 "/stores/{store_id}" .replace ("{store_id}" , store_id ),
630630 "DELETE" ,
631631 path_params ,
@@ -790,7 +790,7 @@ def expand_with_http_info(self, body, **kwargs):
790790 attributes = telemetry_attributes ,
791791 )
792792
793- return self .api_client .call_api (
793+ return self .api_client .request (
794794 "/stores/{store_id}/expand" .replace ("{store_id}" , store_id ),
795795 "POST" ,
796796 path_params ,
@@ -931,7 +931,7 @@ def get_store_with_http_info(self, **kwargs):
931931 attributes = telemetry_attributes ,
932932 )
933933
934- return self .api_client .call_api (
934+ return self .api_client .request (
935935 "/stores/{store_id}" .replace ("{store_id}" , store_id ),
936936 "GET" ,
937937 path_params ,
@@ -1096,7 +1096,7 @@ def list_objects_with_http_info(self, body, **kwargs):
10961096 attributes = telemetry_attributes ,
10971097 )
10981098
1099- return self .api_client .call_api (
1099+ return self .api_client .request (
11001100 "/stores/{store_id}/list-objects" .replace ("{store_id}" , store_id ),
11011101 "POST" ,
11021102 path_params ,
@@ -1245,7 +1245,7 @@ def list_stores_with_http_info(self, **kwargs):
12451245 attributes = telemetry_attributes ,
12461246 )
12471247
1248- return self .api_client .call_api (
1248+ return self .api_client .request (
12491249 "/stores" ,
12501250 "GET" ,
12511251 path_params ,
@@ -1410,7 +1410,7 @@ def list_users_with_http_info(self, body, **kwargs):
14101410 attributes = telemetry_attributes ,
14111411 )
14121412
1413- return self .api_client .call_api (
1413+ return self .api_client .request (
14141414 "/stores/{store_id}/list-users" .replace ("{store_id}" , store_id ),
14151415 "POST" ,
14161416 path_params ,
@@ -1575,7 +1575,7 @@ def read_with_http_info(self, body, **kwargs):
15751575 attributes = telemetry_attributes ,
15761576 )
15771577
1578- return self .api_client .call_api (
1578+ return self .api_client .request (
15791579 "/stores/{store_id}/read" .replace ("{store_id}" , store_id ),
15801580 "POST" ,
15811581 path_params ,
@@ -1733,7 +1733,7 @@ def read_assertions_with_http_info(self, authorization_model_id, **kwargs):
17331733 attributes = telemetry_attributes ,
17341734 )
17351735
1736- return self .api_client .call_api (
1736+ return self .api_client .request (
17371737 "/stores/{store_id}/assertions/{authorization_model_id}" .replace (
17381738 "{store_id}" , store_id
17391739 ),
@@ -1891,7 +1891,7 @@ def read_authorization_model_with_http_info(self, id, **kwargs):
18911891 attributes = telemetry_attributes ,
18921892 )
18931893
1894- return self .api_client .call_api (
1894+ return self .api_client .request (
18951895 "/stores/{store_id}/authorization-models/{id}" .replace (
18961896 "{store_id}" , store_id
18971897 ),
@@ -2048,7 +2048,7 @@ def read_authorization_models_with_http_info(self, **kwargs):
20482048 attributes = telemetry_attributes ,
20492049 )
20502050
2051- return self .api_client .call_api (
2051+ return self .api_client .request (
20522052 "/stores/{store_id}/authorization-models" .replace ("{store_id}" , store_id ),
20532053 "GET" ,
20542054 path_params ,
@@ -2215,7 +2215,7 @@ def read_changes_with_http_info(self, **kwargs):
22152215 attributes = telemetry_attributes ,
22162216 )
22172217
2218- return self .api_client .call_api (
2218+ return self .api_client .request (
22192219 "/stores/{store_id}/changes" .replace ("{store_id}" , store_id ),
22202220 "GET" ,
22212221 path_params ,
@@ -2380,7 +2380,7 @@ def streamed_list_objects_with_http_info(self, body, **kwargs):
23802380 attributes = telemetry_attributes ,
23812381 )
23822382
2383- return self .api_client .call_api (
2383+ return self .api_client .request (
23842384 "/stores/{store_id}/streamed-list-objects" .replace ("{store_id}" , store_id ),
23852385 "POST" ,
23862386 path_params ,
@@ -2545,7 +2545,7 @@ def write_with_http_info(self, body, **kwargs):
25452545 attributes = telemetry_attributes ,
25462546 )
25472547
2548- return self .api_client .call_api (
2548+ return self .api_client .request (
25492549 "/stores/{store_id}/write" .replace ("{store_id}" , store_id ),
25502550 "POST" ,
25512551 path_params ,
@@ -2720,7 +2720,7 @@ def write_assertions_with_http_info(self, authorization_model_id, body, **kwargs
27202720 attributes = telemetry_attributes ,
27212721 )
27222722
2723- return self .api_client .call_api (
2723+ return self .api_client .request (
27242724 "/stores/{store_id}/assertions/{authorization_model_id}" .replace (
27252725 "{store_id}" , store_id
27262726 ),
@@ -2887,7 +2887,7 @@ def write_authorization_model_with_http_info(self, body, **kwargs):
28872887 attributes = telemetry_attributes ,
28882888 )
28892889
2890- return self .api_client .call_api (
2890+ return self .api_client .request (
28912891 "/stores/{store_id}/authorization-models" .replace ("{store_id}" , store_id ),
28922892 "POST" ,
28932893 path_params ,
0 commit comments