@@ -289,7 +289,7 @@ def append_document_online(self, request, **kwargs): # noqa: E501
289289 asynchronous HTTP request, please pass is_async=True
290290
291291 :param is_async bool
292- :param document file : The document. (required)
292+ :param document file : Original document. (required)
293293 :param document_list DocumentEntryList : <see cref="DocumentEntryList"/> with a list of documents to append. (required)
294294 :param load_encoding str : Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
295295 :param password str : Password for opening an encrypted document.
@@ -7562,7 +7562,7 @@ def get_document_field_names_online(self, request, **kwargs): # noqa: E501
75627562 asynchronous HTTP request, please pass is_async=True
75637563
75647564 :param is_async bool
7565- :param document file : The document. (required)
7565+ :param template file : The template document. (required)
75667566 :param load_encoding str : Encoding that will be used to load an HTML (or TXT) document if the encoding is not specified in HTML.
75677567 :param password str : Password for opening an encrypted document.
75687568 :param use_non_merge_fields bool : The flag indicating whether to use non merge fields. If true, result includes "mustache" field names.
@@ -18783,7 +18783,7 @@ def save_as_with_http_info(self, request, **kwargs): # noqa: E501
1878318783 collection_formats=http_params['collection_formats']))
1878418784
1878518785 def save_as_online(self, request, **kwargs): # noqa: E501
18786- """Converts a document in cloud storage to the specified format. # noqa: E501
18786+ """Converts a document to the specified format. # noqa: E501
1878718787
1878818788 This method makes a synchronous HTTP request by default. To make an
1878918789 asynchronous HTTP request, please pass is_async=True
@@ -18812,7 +18812,7 @@ def save_as_online(self, request, **kwargs): # noqa: E501
1881218812 return data
1881318813
1881418814 def save_as_online_with_http_info(self, request, **kwargs): # noqa: E501
18815- """Converts a document in cloud storage to the specified format. # noqa: E501
18815+ """Converts a document to the specified format. # noqa: E501
1881618816
1881718817 This method makes a synchronous HTTP request by default. To make an
1881818818 asynchronous HTTP request, please pass is_async=True
@@ -19110,7 +19110,7 @@ def save_as_tiff_with_http_info(self, request, **kwargs): # noqa: E501
1911019110 collection_formats=http_params['collection_formats']))
1911119111
1911219112 def save_as_tiff_online(self, request, **kwargs): # noqa: E501
19113- """Converts a document in cloud storage to TIFF format using detailed conversion settings. # noqa: E501
19113+ """Converts a document to TIFF format using detailed conversion settings. # noqa: E501
1911419114
1911519115 This method makes a synchronous HTTP request by default. To make an
1911619116 asynchronous HTTP request, please pass is_async=True
@@ -19156,7 +19156,7 @@ def save_as_tiff_online(self, request, **kwargs): # noqa: E501
1915619156 return data
1915719157
1915819158 def save_as_tiff_online_with_http_info(self, request, **kwargs): # noqa: E501
19159- """Converts a document in cloud storage to TIFF format using detailed conversion settings. # noqa: E501
19159+ """Converts a document to TIFF format using detailed conversion settings. # noqa: E501
1916019160
1916119161 This method makes a synchronous HTTP request by default. To make an
1916219162 asynchronous HTTP request, please pass is_async=True
0 commit comments