@@ -40,7 +40,7 @@ def api_v2_tag_tag_id_delete(self, tag_id, **kwargs): # noqa: E501
40
40
>>> result = thread.get()
41
41
42
42
:param tag_id: Tag id (required)
43
- :type tag_id: int
43
+ :type tag_id: str
44
44
:param async_req: Whether to execute the request asynchronously.
45
45
:type async_req: bool, optional
46
46
:param _preload_content: if False, the urllib3.HTTPResponse object will
@@ -69,7 +69,7 @@ def api_v2_tag_tag_id_delete_with_http_info(self, tag_id, **kwargs): # noqa: E5
69
69
>>> result = thread.get()
70
70
71
71
:param tag_id: Tag id (required)
72
- :type tag_id: int
72
+ :type tag_id: str
73
73
:param async_req: Whether to execute the request asynchronously.
74
74
:type async_req: bool, optional
75
75
:param _return_http_data_only: response data without head status code
@@ -310,7 +310,7 @@ def api_v2_transaction_transaction_id_file_get(self, transaction_id, name, **kwa
310
310
>>> result = thread.get()
311
311
312
312
:param transaction_id: Transaction id (required)
313
- :type transaction_id: int
313
+ :type transaction_id: str
314
314
:param name: File name (required)
315
315
:type name: str
316
316
:param async_req: Whether to execute the request asynchronously.
@@ -341,7 +341,7 @@ def api_v2_transaction_transaction_id_file_get_with_http_info(self, transaction_
341
341
>>> result = thread.get()
342
342
343
343
:param transaction_id: Transaction id (required)
344
- :type transaction_id: int
344
+ :type transaction_id: str
345
345
:param name: File name (required)
346
346
:type name: str
347
347
:param async_req: Whether to execute the request asynchronously.
@@ -455,7 +455,7 @@ def api_v2_transaction_transaction_id_get(self, transaction_id, **kwargs): # no
455
455
>>> result = thread.get()
456
456
457
457
:param transaction_id: Transaction id (required)
458
- :type transaction_id: int
458
+ :type transaction_id: str
459
459
:param async_req: Whether to execute the request asynchronously.
460
460
:type async_req: bool, optional
461
461
:param _preload_content: if False, the urllib3.HTTPResponse object will
@@ -484,7 +484,7 @@ def api_v2_transaction_transaction_id_get_with_http_info(self, transaction_id, *
484
484
>>> result = thread.get()
485
485
486
486
:param transaction_id: Transaction id (required)
487
- :type transaction_id: int
487
+ :type transaction_id: str
488
488
:param async_req: Whether to execute the request asynchronously.
489
489
:type async_req: bool, optional
490
490
:param _return_http_data_only: response data without head status code
@@ -590,7 +590,7 @@ def api_v2_transaction_transaction_id_process_post(self, transaction_id, transac
590
590
>>> result = thread.get()
591
591
592
592
:param transaction_id: Transaction id (required)
593
- :type transaction_id: int
593
+ :type transaction_id: str
594
594
:param transaction_process_request: (required)
595
595
:type transaction_process_request: TransactionProcessRequest
596
596
:param async_req: Whether to execute the request asynchronously.
@@ -621,7 +621,7 @@ def api_v2_transaction_transaction_id_process_post_with_http_info(self, transact
621
621
>>> result = thread.get()
622
622
623
623
:param transaction_id: Transaction id (required)
624
- :type transaction_id: int
624
+ :type transaction_id: str
625
625
:param transaction_process_request: (required)
626
626
:type transaction_process_request: TransactionProcessRequest
627
627
:param async_req: Whether to execute the request asynchronously.
@@ -740,7 +740,7 @@ def api_v2_transaction_transaction_id_results_get(self, transaction_id, **kwargs
740
740
>>> result = thread.get()
741
741
742
742
:param transaction_id: Transaction id (required)
743
- :type transaction_id: int
743
+ :type transaction_id: str
744
744
:param with_images: With base64 images or url
745
745
:type with_images: bool
746
746
:param async_req: Whether to execute the request asynchronously.
@@ -771,7 +771,7 @@ def api_v2_transaction_transaction_id_results_get_with_http_info(self, transacti
771
771
>>> result = thread.get()
772
772
773
773
:param transaction_id: Transaction id (required)
774
- :type transaction_id: int
774
+ :type transaction_id: str
775
775
:param with_images: With base64 images or url
776
776
:type with_images: bool
777
777
:param async_req: Whether to execute the request asynchronously.
0 commit comments