@@ -191,6 +191,7 @@ Method | HTTP request | Description
191191[**MoveFile**](PdfApi.md#MoveFile) | **Put** /pdf/storage/file/move/{srcPath} | Move file
192192[**MoveFolder**](PdfApi.md#MoveFolder) | **Put** /pdf/storage/folder/move/{srcPath} | Move folder
193193[**ObjectExists**](PdfApi.md#ObjectExists) | **Get** /pdf/storage/exist/{path} | Check if file or folder exists
194+ [**PostAddDocumentAttachment**](PdfApi.md#PostAddDocumentAttachment) | **Post** /pdf/{name}/attachments | Adds a file attachment to the PDF document.
194195[**PostAppendDocument**](PdfApi.md#PostAppendDocument) | **Post** /pdf/{name}/appendDocument | Append document to existing one.
195196[**PostBookmark**](PdfApi.md#PostBookmark) | **Post** /pdf/{name}/bookmarks/bookmark/{bookmarkPath} | Add document bookmarks.
196197[**PostChangePasswordDocumentInStorage**](PdfApi.md#PostChangePasswordDocumentInStorage) | **Post** /pdf/{name}/changepassword | Change document password in storage.
@@ -642,6 +643,7 @@ Name | Type | Description | Notes
642643 **name** | **string**| The document name. |
643644 **storage** | **string**| The document storage. |
644645 **folder** | **string**| The document folder. |
646+ **password** | **string**| Base64 encoded password. |
645647
646648### Return type
647649
@@ -966,6 +968,7 @@ Name | Type | Description | Notes
966968 **pageNumber** | **int32**| The page number. |
967969 **storage** | **string**| The document storage. |
968970 **folder** | **string**| The document folder. |
971+ **password** | **string**| Base64 encoded password. |
969972
970973### Return type
971974
@@ -1096,6 +1099,7 @@ Name | Type | Description | Notes
10961099 **stampId** | **string**| The stamp ID. |
10971100 **storage** | **string**| The document storage. |
10981101 **folder** | **string**| The document folder. |
1102+ **password** | **string**| Base64 encoded password. |
10991103
11001104### Return type
11011105
@@ -1417,6 +1421,7 @@ Name | Type | Description | Notes
14171421 **name** | **string**| The document name. |
14181422 **storage** | **string**| The document storage. |
14191423 **folder** | **string**| The document folder. |
1424+ **password** | **string**| Base64 encoded password. |
14201425
14211426### Return type
14221427
@@ -4628,6 +4633,7 @@ Name | Type | Description | Notes
46284633 **pageNumber** | **int32**| The page number. |
46294634 **storage** | **string**| The document storage. |
46304635 **folder** | **string**| The document folder. |
4636+ **password** | **string**| Base64 encoded password. |
46314637
46324638### Return type
46334639
@@ -6503,6 +6509,39 @@ Name | Type | Description | Notes
65036509
65046510[[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
65056511
6512+ # **PostAddDocumentAttachment**
6513+ > AttachmentsResponse PostAddDocumentAttachment(name, attachmentInfo, optional)
6514+ Adds a file attachment to the PDF document.
6515+
6516+ ### Required Parameters
6517+
6518+ Name | Type | Description | Notes
6519+ ------------- | ------------- | ------------- | -------------
6520+ **name** | **string**| The document name. |
6521+ **attachmentInfo** | [**AttachmentInfo**](AttachmentInfo.md)| AttachmentInfoAttachmentInfo instance. |
6522+ **optional** | **map[string]interface{}** | optional parameters | nil if no parameters
6523+
6524+ ### Optional Parameters
6525+ Optional parameters are passed through a map[string]interface{}.
6526+
6527+ Name | Type | Description | Notes
6528+ ------------- | ------------- | ------------- | -------------
6529+ **name** | **string**| The document name. |
6530+ **attachmentInfo** | [**AttachmentInfo**](AttachmentInfo.md)| AttachmentInfoAttachmentInfo instance. |
6531+ **storage** | **string**| The document storage. |
6532+ **folder** | **string**| The document folder. |
6533+
6534+ ### Return type
6535+
6536+ [**AttachmentsResponse**](AttachmentsResponse.md)
6537+
6538+ ### HTTP request headers
6539+
6540+ - **Content-Type**: application/json
6541+ - **Accept**: application/json
6542+
6543+ [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
6544+
65066545# **PostAppendDocument**
65076546> DocumentResponse PostAppendDocument(name, appendFile, optional)
65086547Append document to existing one.
@@ -6870,6 +6909,7 @@ Name | Type | Description | Notes
68706909 **endPageNumber** | **int32**| The end page number. |
68716910 **storage** | **string**| The document storage. |
68726911 **folder** | **string**| The document folder. |
6912+ **password** | **string**| Base64 encoded password. |
68736913
68746914### Return type
68756915
@@ -7600,6 +7640,7 @@ Name | Type | Description | Notes
76007640 **stamps** | [**[]ImageStamp**](ImageStamp.md)| The array of stamp. |
76017641 **storage** | **string**| The document storage. |
76027642 **folder** | **string**| The document folder. |
7643+ **password** | **string**| Base64 encoded password. |
76037644
76047645### Return type
76057646
@@ -7775,6 +7816,7 @@ Name | Type | Description | Notes
77757816 **stamps** | [**[]PdfPageStamp**](PdfPageStamp.md)| The array of stamp. |
77767817 **storage** | **string**| The document storage. |
77777818 **folder** | **string**| The document folder. |
7819+ **password** | **string**| Base64 encoded password. |
77787820
77797821### Return type
77807822
@@ -8231,6 +8273,7 @@ Name | Type | Description | Notes
82318273 **stamps** | [**[]TextStamp**](TextStamp.md)| The array of stamp. |
82328274 **storage** | **string**| The document storage. |
82338275 **folder** | **string**| The document folder. |
8276+ **password** | **string**| Base64 encoded password. |
82348277
82358278### Return type
82368279
0 commit comments