1
0
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:
Vitaly the Alpaca (bot)
2025-05-21 10:35:46 +03:00
parent 6dd460bdf7
commit 60ddd5e71e
394 changed files with 9416 additions and 8932 deletions

View File

@@ -45,8 +45,8 @@ import TabItem from '@theme/TabItem';
oint dropbox AddUsersToFile \
--token "***" \
--fileid "kJU6-a-pT48AAAAAAAAABw" \
--emails "h5bk6ft62s@privaterelay.appleid.com" \
--readonly false
--emails "['h5bk6ft62s@privaterelay.appleid.com']" \
--readonly true
```
</TabItem>
@@ -55,8 +55,8 @@ import TabItem from '@theme/TabItem';
oint dropbox AddUsersToFile ^
--token "***" ^
--fileid "kJU6-a-pT48AAAAAAAAABw" ^
--emails "h5bk6ft62s@privaterelay.appleid.com" ^
--readonly false
--emails "['h5bk6ft62s@privaterelay.appleid.com']" ^
--readonly true
```
</TabItem>
</Tabs>

View File

@@ -44,7 +44,7 @@ import TabItem from '@theme/TabItem';
```bash
oint dropbox AddUsersToFolder \
--token "***" \
--folder "12359470547" \
--folder "12529434499" \
--emails "['h5bk6ft62s@privaterelay.appleid.com']" \
--readonly true
```
@@ -54,7 +54,7 @@ import TabItem from '@theme/TabItem';
```batch
oint dropbox AddUsersToFolder ^
--token "***" ^
--folder "12359470547" ^
--folder "12529434499" ^
--emails "['h5bk6ft62s@privaterelay.appleid.com']" ^
--readonly true
```

View File

@@ -41,7 +41,7 @@ import TabItem from '@theme/TabItem';
```bash
oint dropbox CancelFolderPublication \
--token "***" \
--folder "12359470547"
--folder "12529434499"
```
</TabItem>
@@ -49,7 +49,7 @@ import TabItem from '@theme/TabItem';
```batch
oint dropbox CancelFolderPublication ^
--token "***" ^
--folder "12359470547"
--folder "12529434499"
```
</TabItem>
</Tabs>

View File

@@ -41,7 +41,7 @@ import TabItem from '@theme/TabItem';
```bash
oint dropbox GetAsynchronousChangeStatus \
--token "***" \
--job "dbjid:AADaq6kgGZ53cO7BMBm1ro94tm4K8Ui1Fy0WTy31Xu_nPASCpKjE41ddDpxRQFObhbnHKB3NWafQxGPPSNT_PUKz"
--job "dbjid:AABc5qk4o5C2eIDMDQGKppHyoSpI9V4iv9tih_ifx3QuQAOibHc2LpLdTUK2gf01FGwT00OMvx4CUh7DF3wBtWgQ"
```
</TabItem>
@@ -49,7 +49,7 @@ import TabItem from '@theme/TabItem';
```batch
oint dropbox GetAsynchronousChangeStatus ^
--token "***" ^
--job "dbjid:AADaq6kgGZ53cO7BMBm1ro94tm4K8Ui1Fy0WTy31Xu_nPASCpKjE41ddDpxRQFObhbnHKB3NWafQxGPPSNT_PUKz"
--job "dbjid:AABc5qk4o5C2eIDMDQGKppHyoSpI9V4iv9tih_ifx3QuQAOibHc2LpLdTUK2gf01FGwT00OMvx4CUh7DF3wBtWgQ"
```
</TabItem>
</Tabs>