1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-22 10:05:29 +02:00

Правка перевода документации

This commit is contained in:
Anton
2024-06-23 23:22:01 +03:00
parent d0221e4767
commit 3a1f8c047b
26 changed files with 489 additions and 25 deletions
@@ -12,7 +12,7 @@ sidebar_position: 2
|-|-|-|-|
| Token | --token | String | Token |
| Path | --path | String | Path to the directory. Optional if the cursor is specified |
| Detailed | --detail | Boolean | Adds additional information fields for media files |
| Detailed | --detail | Boolean | Add information fields for mediafiles |
| Cursor | --cursor | String | Cursor from the previous request to get the next set of files |
@@ -12,7 +12,7 @@ sidebar_position: 1
|-|-|-|-|
| Token | --token | String | Token |
| Path | --path | String | Path to the object |
| Detailed | --detail | Boolean | Adds additional information fields for media files |
| Detailed | --detail | Boolean | Add information fields for mediafiles |
Returns: Map Of KeyAndValue - serialized JSON response from Dropbox
@@ -11,7 +11,7 @@ sidebar_position: 6
| Parameter | CLI option | Type | Destination |
|-|-|-|-|
| Token | --token | String | Token |
| JobID | --job | String | ID of the asynchronous job from the UploadFileByURL response |
| JobID | --job | String | ID of async jsob from UploadFileByURL response |
Returns: Map Of KeyAndValue - serialized JSON response from Dropbox
@@ -3,7 +3,7 @@ sidebar_position: 5
---
# Get asynchronous change status
Gets the status of the asynchronous access change job
Get async job status for access changes
*Function GetAsynchronousChangeStatus(Val Token, Val JobID) Export*
+1 -1
View File
@@ -3,7 +3,7 @@ sidebar_position: 2
---
# Add tag
Adds a new text tag to a file or directory
Add new tag to file or folder
*Function AddTag(Val Token, Val Path, Val Tag) Export*