@@ -40,7 +40,7 @@ def api_v2_tag_tag_id_delete(self, tag_id, **kwargs): # noqa: E501
4040 >>> result = thread.get()
4141
4242 :param tag_id: Tag id (required)
43- :type tag_id: int
43+ :type tag_id: str
4444 :param async_req: Whether to execute the request asynchronously.
4545 :type async_req: bool, optional
4646 :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
6969 >>> result = thread.get()
7070
7171 :param tag_id: Tag id (required)
72- :type tag_id: int
72+ :type tag_id: str
7373 :param async_req: Whether to execute the request asynchronously.
7474 :type async_req: bool, optional
7575 :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
310310 >>> result = thread.get()
311311
312312 :param transaction_id: Transaction id (required)
313- :type transaction_id: int
313+ :type transaction_id: str
314314 :param name: File name (required)
315315 :type name: str
316316 :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_
341341 >>> result = thread.get()
342342
343343 :param transaction_id: Transaction id (required)
344- :type transaction_id: int
344+ :type transaction_id: str
345345 :param name: File name (required)
346346 :type name: str
347347 :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
455455 >>> result = thread.get()
456456
457457 :param transaction_id: Transaction id (required)
458- :type transaction_id: int
458+ :type transaction_id: str
459459 :param async_req: Whether to execute the request asynchronously.
460460 :type async_req: bool, optional
461461 :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, *
484484 >>> result = thread.get()
485485
486486 :param transaction_id: Transaction id (required)
487- :type transaction_id: int
487+ :type transaction_id: str
488488 :param async_req: Whether to execute the request asynchronously.
489489 :type async_req: bool, optional
490490 :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
590590 >>> result = thread.get()
591591
592592 :param transaction_id: Transaction id (required)
593- :type transaction_id: int
593+ :type transaction_id: str
594594 :param transaction_process_request: (required)
595595 :type transaction_process_request: TransactionProcessRequest
596596 :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
621621 >>> result = thread.get()
622622
623623 :param transaction_id: Transaction id (required)
624- :type transaction_id: int
624+ :type transaction_id: str
625625 :param transaction_process_request: (required)
626626 :type transaction_process_request: TransactionProcessRequest
627627 :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
740740 >>> result = thread.get()
741741
742742 :param transaction_id: Transaction id (required)
743- :type transaction_id: int
743+ :type transaction_id: str
744744 :param with_images: With base64 images or url
745745 :type with_images: bool
746746 :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
771771 >>> result = thread.get()
772772
773773 :param transaction_id: Transaction id (required)
774- :type transaction_id: int
774+ :type transaction_id: str
775775 :param with_images: With base64 images or url
776776 :type with_images: bool
777777 :param async_req: Whether to execute the request asynchronously.
0 commit comments