@@ -459,7 +459,7 @@ Name | Type | Description | Notes
459
459
460
460
<a name =" deleteBookmark " ></a >
461
461
## ** deleteBookmark**
462
- > deleteBookmark(name, bookmarkPath, folder, storage)
462
+ > deleteBookmark(name, bookmarkPath, folder, storage, password )
463
463
464
464
Delete document bookmark by ID.
465
465
@@ -470,6 +470,7 @@ Name | Type | Description | Notes
470
470
** bookmarkPath** | ** string** | The bookmark path. |
471
471
** folder** | ** string** | The document folder. | [ optional]
472
472
** storage** | ** string** | The document storage. | [ optional]
473
+ ** password** | ** string** | The password (Base64). | [ optional]
473
474
474
475
### Return type
475
476
@@ -504,7 +505,7 @@ Name | Type | Description | Notes
504
505
505
506
<a name =" deleteDocumentBookmarks " ></a >
506
507
## ** deleteDocumentBookmarks**
507
- > deleteDocumentBookmarks(name, folder, storage)
508
+ > deleteDocumentBookmarks(name, folder, storage, password )
508
509
509
510
Delete all document bookmarks.
510
511
@@ -514,6 +515,7 @@ Name | Type | Description | Notes
514
515
** name** | ** string** | The document name. |
515
516
** folder** | ** string** | The document folder. | [ optional]
516
517
** storage** | ** string** | The document storage. | [ optional]
518
+ ** password** | ** string** | The password (Base64). | [ optional]
517
519
518
520
### Return type
519
521
@@ -822,16 +824,17 @@ Name | Type | Description | Notes
822
824
823
825
<a name =" deleteProperties " ></a >
824
826
## ** deleteProperties**
825
- > deleteProperties(name, storage, folder)
827
+ > deleteProperties(name, storage, folder, password )
826
828
827
829
Delete custom document properties.
828
830
829
831
### Parameters
830
832
Name | Type | Description | Notes
831
833
------------- | ------------- | ------------- | -------------
832
- ** name** | ** string** | |
833
- ** storage** | ** string** | | [ optional]
834
- ** folder** | ** string** | | [ optional]
834
+ ** name** | ** string** | The document name. |
835
+ ** storage** | ** string** | The document storage. | [ optional]
836
+ ** folder** | ** string** | The document folder. | [ optional]
837
+ ** password** | ** string** | The password (Base64). | [ optional]
835
838
836
839
### Return type
837
840
@@ -844,17 +847,18 @@ Name | Type | Description | Notes
844
847
845
848
<a name =" deleteProperty " ></a >
846
849
## ** deleteProperty**
847
- > deleteProperty(name, propertyName, storage, folder)
850
+ > deleteProperty(name, propertyName, storage, folder, password )
848
851
849
852
Delete document property.
850
853
851
854
### Parameters
852
855
Name | Type | Description | Notes
853
856
------------- | ------------- | ------------- | -------------
854
- ** name** | ** string** | |
855
- ** propertyName** | ** string** | |
856
- ** storage** | ** string** | | [ optional]
857
- ** folder** | ** string** | | [ optional]
857
+ ** name** | ** string** | The document name. |
858
+ ** propertyName** | ** string** | Property name. |
859
+ ** storage** | ** string** | The document storage. | [ optional]
860
+ ** folder** | ** string** | The document folder. | [ optional]
861
+ ** password** | ** string** | The password (Base64). | [ optional]
858
862
859
863
### Return type
860
864
@@ -936,7 +940,7 @@ Name | Type | Description | Notes
936
940
937
941
<a name =" getBookmark " ></a >
938
942
## ** getBookmark**
939
- > getBookmark(name, bookmarkPath, folder, storage)
943
+ > getBookmark(name, bookmarkPath, folder, storage, password )
940
944
941
945
Read document bookmark.
942
946
@@ -947,6 +951,7 @@ Name | Type | Description | Notes
947
951
** bookmarkPath** | ** string** | The bookmark path. |
948
952
** folder** | ** string** | The document folder. | [ optional]
949
953
** storage** | ** string** | The document storage. | [ optional]
954
+ ** password** | ** string** | The password (Base64). | [ optional]
950
955
951
956
### Return type
952
957
@@ -959,7 +964,7 @@ Name | Type | Description | Notes
959
964
960
965
<a name =" getBookmarks " ></a >
961
966
## ** getBookmarks**
962
- > getBookmarks(name, bookmarkPath, folder, storage)
967
+ > getBookmarks(name, bookmarkPath, folder, storage, password )
963
968
964
969
Read document bookmarks node list.
965
970
@@ -970,6 +975,7 @@ Name | Type | Description | Notes
970
975
** bookmarkPath** | ** string** | The bookmark path. |
971
976
** folder** | ** string** | The document folder. | [ optional]
972
977
** storage** | ** string** | The document storage. | [ optional]
978
+ ** password** | ** string** | The password (Base64). | [ optional]
973
979
974
980
### Return type
975
981
@@ -1184,7 +1190,7 @@ Name | Type | Description | Notes
1184
1190
1185
1191
<a name =" getDocumentBookmarks " ></a >
1186
1192
## ** getDocumentBookmarks**
1187
- > getDocumentBookmarks(name, folder, storage)
1193
+ > getDocumentBookmarks(name, folder, storage, password )
1188
1194
1189
1195
Read document bookmarks tree.
1190
1196
@@ -1194,6 +1200,7 @@ Name | Type | Description | Notes
1194
1200
** name** | ** string** | The document name. |
1195
1201
** folder** | ** string** | The document folder. | [ optional]
1196
1202
** storage** | ** string** | The document storage. | [ optional]
1203
+ ** password** | ** string** | The password (Base64). | [ optional]
1197
1204
1198
1205
### Return type
1199
1206
@@ -1559,16 +1566,17 @@ Name | Type | Description | Notes
1559
1566
1560
1567
<a name =" getDocumentProperties " ></a >
1561
1568
## ** getDocumentProperties**
1562
- > getDocumentProperties(name, storage, folder)
1569
+ > getDocumentProperties(name, storage, folder, password )
1563
1570
1564
1571
Read document properties.
1565
1572
1566
1573
### Parameters
1567
1574
Name | Type | Description | Notes
1568
1575
------------- | ------------- | ------------- | -------------
1569
- ** name** | ** string** | |
1570
- ** storage** | ** string** | | [ optional]
1571
- ** folder** | ** string** | | [ optional]
1576
+ ** name** | ** string** | The document name. |
1577
+ ** storage** | ** string** | The document storage. | [ optional]
1578
+ ** folder** | ** string** | The document folder. | [ optional]
1579
+ ** password** | ** string** | The password (Base64). | [ optional]
1572
1580
1573
1581
### Return type
1574
1582
@@ -1581,17 +1589,18 @@ Name | Type | Description | Notes
1581
1589
1582
1590
<a name =" getDocumentProperty " ></a >
1583
1591
## ** getDocumentProperty**
1584
- > getDocumentProperty(name, propertyName, storage, folder)
1592
+ > getDocumentProperty(name, propertyName, storage, folder, password )
1585
1593
1586
1594
Read document property by name.
1587
1595
1588
1596
### Parameters
1589
1597
Name | Type | Description | Notes
1590
1598
------------- | ------------- | ------------- | -------------
1591
- ** name** | ** string** | |
1592
- ** propertyName** | ** string** | |
1593
- ** storage** | ** string** | | [ optional]
1594
- ** folder** | ** string** | | [ optional]
1599
+ ** name** | ** string** | The document name. |
1600
+ ** propertyName** | ** string** | Property name. |
1601
+ ** storage** | ** string** | The document storage. | [ optional]
1602
+ ** folder** | ** string** | The document folder. | [ optional]
1603
+ ** password** | ** string** | The password (Base64). | [ optional]
1595
1604
1596
1605
### Return type
1597
1606
@@ -4760,7 +4769,7 @@ Name | Type | Description | Notes
4760
4769
4761
4770
<a name =" postBookmark " ></a >
4762
4771
## ** postBookmark**
4763
- > postBookmark(name, bookmarkPath, bookmarks, folder, storage)
4772
+ > postBookmark(name, bookmarkPath, bookmarks, folder, storage, password )
4764
4773
4765
4774
Add document bookmarks.
4766
4775
@@ -4772,6 +4781,7 @@ Name | Type | Description | Notes
4772
4781
** bookmarks** | [ ** Array< ; Bookmark> ; ** ] ( Bookmark.md ) | The array of bookmark. |
4773
4782
** folder** | ** string** | The document folder. | [ optional]
4774
4783
** storage** | ** string** | The document storage. | [ optional]
4784
+ ** password** | ** string** | The password (Base64). | [ optional]
4775
4785
4776
4786
### Return type
4777
4787
@@ -6230,7 +6240,7 @@ Name | Type | Description | Notes
6230
6240
6231
6241
<a name =" putBookmark " ></a >
6232
6242
## ** putBookmark**
6233
- > putBookmark(name, bookmarkPath, bookmark, folder, storage)
6243
+ > putBookmark(name, bookmarkPath, bookmark, folder, storage, password )
6234
6244
6235
6245
Update document bookmark.
6236
6246
@@ -6242,6 +6252,7 @@ Name | Type | Description | Notes
6242
6252
** bookmark** | [ ** Bookmark** ] ( Bookmark.md ) | The bookmark. |
6243
6253
** folder** | ** string** | The document folder. | [ optional]
6244
6254
** storage** | ** string** | The document storage. | [ optional]
6255
+ ** password** | ** string** | The password (Base64). | [ optional]
6245
6256
6246
6257
### Return type
6247
6258
@@ -8446,18 +8457,19 @@ Name | Type | Description | Notes
8446
8457
8447
8458
<a name =" putSetProperty " ></a >
8448
8459
## ** putSetProperty**
8449
- > putSetProperty(name, propertyName, value, storage, folder)
8460
+ > putSetProperty(name, propertyName, value, storage, folder, password )
8450
8461
8451
8462
Add/update document property.
8452
8463
8453
8464
### Parameters
8454
8465
Name | Type | Description | Notes
8455
8466
------------- | ------------- | ------------- | -------------
8456
- ** name** | ** string** | |
8457
- ** propertyName** | ** string** | |
8458
- ** value** | ** string** | |
8459
- ** storage** | ** string** | | [ optional]
8460
- ** folder** | ** string** | | [ optional]
8467
+ ** name** | ** string** | The document name. |
8468
+ ** propertyName** | ** string** | Property name. |
8469
+ ** value** | ** string** | Property value. |
8470
+ ** storage** | ** string** | The document storage. | [ optional]
8471
+ ** folder** | ** string** | The document folder. | [ optional]
8472
+ ** password** | ** string** | The password (Base64). | [ optional]
8461
8473
8462
8474
### Return type
8463
8475
0 commit comments