1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-21 23:57:40 +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

@@ -48,10 +48,10 @@ import TabItem from '@theme/TabItem';
```bash
oint airtable ModifyField \
--token "***" \
--base "appAQ9g7KfKxZjIqP" \
--table "tbleZAcXuM1Fye5lt" \
--field "fldNQWmLVEjyQhxH4" \
--title "45d3f370-2604-41c7-b4b6-2e03bc2c4e3f(change.)" \
--base "appPdOCRtdqzYBqpZ" \
--table "tbl4SlBtM03LCZmmM" \
--field "fld2kXeJhoVQVXhw7" \
--title "26e8478d-6497-493d-8850-c2c6ab916558(change.)" \
--description "New description"
```
</TabItem>
@@ -60,10 +60,10 @@ import TabItem from '@theme/TabItem';
```batch
oint airtable ModifyField ^
--token "***" ^
--base "appAQ9g7KfKxZjIqP" ^
--table "tbleZAcXuM1Fye5lt" ^
--field "fldNQWmLVEjyQhxH4" ^
--title "45d3f370-2604-41c7-b4b6-2e03bc2c4e3f(change.)" ^
--base "appPdOCRtdqzYBqpZ" ^
--table "tbl4SlBtM03LCZmmM" ^
--field "fld2kXeJhoVQVXhw7" ^
--title "26e8478d-6497-493d-8850-c2c6ab916558(change.)" ^
--description "New description"
```
</TabItem>