1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-29 22:27:42 +02:00

Создание MD файлов документации

This commit is contained in:
Vitaly the Alpaca
2024-06-20 07:39:55 +00:00
committed by Vitaly the Alpaca (bot)
parent 9a3ee312b2
commit 088c7b53ba
151 changed files with 18143 additions and 18 deletions

View File

@@ -36,6 +36,20 @@ sidebar_position: 9
```json title="Result"
{
"metadata": {
".tag": "file",
"name": "pic.png",
"path_lower": "/pic.png",
"path_display": "/pic.png",
"id": "id:kJU6-a-pT48AAAAAAAAFJA",
"client_modified": "2024-06-11T18:24:16Z",
"server_modified": "2024-06-11T18:24:57Z",
"rev": "61aa16214d7c6bd841553",
"size": 2114023,
"is_downloadable": true,
"content_hash": "0f3b18c255b0f252bd326cacc04c15c3aa57bd6b8234adb65aa7bb2987a65492"
}
}
```

View File

@@ -37,6 +37,23 @@ sidebar_position: 3
```json title="Result"
[
{
"member": {
".tag": "email",
"email": "h5bk6ft62s@privaterelay.appleid.com"
},
"result": {
".tag": "success",
"success": {
".tag": "editor"
}
},
"sckey_sha1": "ee2d8fd2cee052e103a52aa74be85bbebb8e6bb4",
"invitation_signature": [
"ee2d8fd2cee052e103a52aa74be85bbebb8e6bb4:ed7721b375882c806612d4056dad9f317cc98a22"
]
}
]
```

View File

@@ -37,6 +37,6 @@ sidebar_position: 4
```json title="Result"
{}
```

View File

@@ -18,7 +18,13 @@ sidebar_position: 1
```bsl title="Code example"
Token = "sl.B22821SXrkmxs9KAaC6M_ax_M33mEcEvKz9sqgcMO8Xwn0bvpx4_57UQqLR_gEuPS_Yk5yd3Tv...";
PathsArray = New Array;
PathsArray.Add("/New/Dogs.mp3");
PathsArray.Add("/New/mydoc.docx");
Result = OPI_Dropbox.GetTagList(Token, PathsArray);
```