You've already forked OpenIntegrations
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:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user