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

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2024-12-19 10:29:23 +03:00
parent 02ac06536d
commit 823fe768fd
303 changed files with 6769 additions and 6678 deletions

View File

@@ -48,10 +48,10 @@ import TabItem from '@theme/TabItem';
```bash
oint airtable ModifyField \
--token "***" \
--base "appjFWKCVebeGE473" \
--table "tblQruvDLsvmo9wkW" \
--field "fldi0KAMPJkAk0ZpY" \
--title "3a9f6b55-9db5-4fc6-9000-41f2b7471d4b(change.)" \
--base "appgUKPGRiafAwWcB" \
--table "tblMVtSRoV51H6eqd" \
--field "fld1kNLHMbs5xKyNz" \
--title "5098ec20-2d13-495c-90e1-0193dd7218dc(change.)" \
--description "New description"
```
</TabItem>
@@ -60,10 +60,10 @@ import TabItem from '@theme/TabItem';
```batch
oint airtable ModifyField ^
--token "***" ^
--base "appjFWKCVebeGE473" ^
--table "tblQruvDLsvmo9wkW" ^
--field "fldi0KAMPJkAk0ZpY" ^
--title "3a9f6b55-9db5-4fc6-9000-41f2b7471d4b(change.)" ^
--base "appgUKPGRiafAwWcB" ^
--table "tblMVtSRoV51H6eqd" ^
--field "fld1kNLHMbs5xKyNz" ^
--title "5098ec20-2d13-495c-90e1-0193dd7218dc(change.)" ^
--description "New description"
```
</TabItem>