1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-01 22:29:52 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2024-10-21 17:34:00 +03:00
parent 8da07d462c
commit ca8fdcabe4
390 changed files with 6653 additions and 5768 deletions

View File

@@ -47,7 +47,7 @@ import TabItem from '@theme/TabItem';
```bash
oint dropbox GetUploadStatusByURL \
--token "***" \
--job "d8_-BbJvqWAAAAAAAAAAAQ"
--job "PHj080YWYKEAAAAAAAAAAQ"
```
</TabItem>
@@ -55,7 +55,7 @@ import TabItem from '@theme/TabItem';
```batch
oint dropbox GetUploadStatusByURL ^
--token "***" ^
--job "d8_-BbJvqWAAAAAAAAAAAQ"
--job "PHj080YWYKEAAAAAAAAAAQ"
```
</TabItem>
</Tabs>

View File

@@ -42,7 +42,7 @@ import TabItem from '@theme/TabItem';
oint dropbox RestoreObjectToVersion \
--token "***" \
--path "/New/pic.png" \
--rev "624ed10709de9bd841553"
--rev "624fcf1f48971bd841553"
```
</TabItem>
@@ -51,7 +51,7 @@ import TabItem from '@theme/TabItem';
oint dropbox RestoreObjectToVersion ^
--token "***" ^
--path "/New/pic.png" ^
--rev "624ed10709de9bd841553"
--rev "624fcf1f48971bd841553"
```
</TabItem>
</Tabs>

View File

@@ -48,7 +48,7 @@ Parameters with Binary data type can also accept file paths on disk and URLs
```bash
oint dropbox UploadFile \
--token "***" \
--file "C:\Users\Administrator\AppData\Local\Temp\fzxehaydpq5.png" \
--file "C:\Users\Administrator\AppData\Local\Temp\jh1xctlegmx.png" \
--path "/New/pic.png" \
--overwrite true
```
@@ -58,7 +58,7 @@ Parameters with Binary data type can also accept file paths on disk and URLs
```batch
oint dropbox UploadFile ^
--token "***" ^
--file "C:\Users\Administrator\AppData\Local\Temp\fzxehaydpq5.png" ^
--file "C:\Users\Administrator\AppData\Local\Temp\jh1xctlegmx.png" ^
--path "/New/pic.png" ^
--overwrite true
```