@@ -29127,6 +29127,7 @@ def post_split_document_with_http_info(self, name, **kwargs):
2912729127
2912829128 def post_split_range_pdf_document(self, name, options, **kwargs):
2912929129 """
29130+ Split document into ranges.
2913029131 This method makes a synchronous HTTP request by default. To make an
2913129132 asynchronous HTTP request, please define a `callback` function
2913229133 to be invoked when receiving the response.
@@ -29137,10 +29138,10 @@ def post_split_range_pdf_document(self, name, options, **kwargs):
2913729138
2913829139 :param callback function: The callback function
2913929140 for asynchronous request. (optional)
29140- :param str name: (required)
29141- :param SplitRangePdfOptions options: (required)
29142- :param str storage:
29143- :param str folder:
29141+ :param str name: The document name. (required)
29142+ :param SplitRangePdfOptions options: The splitting options. (required)
29143+ :param str storage: The document storage.
29144+ :param str folder: The document folder.
2914429145 :return: SplitResultResponse
2914529146 If the method is called asynchronously,
2914629147 returns the request thread.
@@ -29154,6 +29155,7 @@ def post_split_range_pdf_document(self, name, options, **kwargs):
2915429155
2915529156 def post_split_range_pdf_document_with_http_info(self, name, options, **kwargs):
2915629157 """
29158+ Split document into ranges.
2915729159 This method makes a synchronous HTTP request by default. To make an
2915829160 asynchronous HTTP request, please define a `callback` function
2915929161 to be invoked when receiving the response.
@@ -29164,10 +29166,10 @@ def post_split_range_pdf_document_with_http_info(self, name, options, **kwargs):
2916429166
2916529167 :param callback function: The callback function
2916629168 for asynchronous request. (optional)
29167- :param str name: (required)
29168- :param SplitRangePdfOptions options: (required)
29169- :param str storage:
29170- :param str folder:
29169+ :param str name: The document name. (required)
29170+ :param SplitRangePdfOptions options: The splitting options. (required)
29171+ :param str storage: The document storage.
29172+ :param str folder: The document folder.
2917129173 :return: SplitResultResponse
2917229174 If the method is called asynchronously,
2917329175 returns the request thread.
0 commit comments