You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-29 22:27:42 +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 "qg-LyaUCdhsAAAAAAAAAAQ"
|
||||
--job "-UhSCTNuR7cAAAAAAAAAAQ"
|
||||
```
|
||||
</TabItem>
|
||||
|
||||
@@ -55,7 +55,7 @@ import TabItem from '@theme/TabItem';
|
||||
```batch
|
||||
oint dropbox GetUploadStatusByURL ^
|
||||
--token "***" ^
|
||||
--job "qg-LyaUCdhsAAAAAAAAAAQ"
|
||||
--job "-UhSCTNuR7cAAAAAAAAAAQ"
|
||||
```
|
||||
</TabItem>
|
||||
</Tabs>
|
||||
|
||||
@@ -42,7 +42,7 @@ import TabItem from '@theme/TabItem';
|
||||
oint dropbox RestoreObjectToVersion \
|
||||
--token "***" \
|
||||
--path "/New/pic.png" \
|
||||
--rev "627527e230301bd841553"
|
||||
--rev "62770f4797c5cbd841553"
|
||||
```
|
||||
</TabItem>
|
||||
|
||||
@@ -51,7 +51,7 @@ import TabItem from '@theme/TabItem';
|
||||
oint dropbox RestoreObjectToVersion ^
|
||||
--token "***" ^
|
||||
--path "/New/pic.png" ^
|
||||
--rev "627527e230301bd841553"
|
||||
--rev "62770f4797c5cbd841553"
|
||||
```
|
||||
</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\ld4cx30kqd4.png" \
|
||||
--file "C:\Users\Administrator\AppData\Local\Temp\akhqt2ehsvr.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\ld4cx30kqd4.png" ^
|
||||
--file "C:\Users\Administrator\AppData\Local\Temp\akhqt2ehsvr.png" ^
|
||||
--path "/New/pic.png" ^
|
||||
--overwrite true
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user