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

Test data update (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-06-04 22:39:56 +03:00
parent 65098e546e
commit a3ff115c8b
569 changed files with 794 additions and 756 deletions

View File

@@ -1,5 +1,7 @@
# JSON data can also be passed as a path to a .json file
oint airtable CreatePosts \
--token "***" \
--base "appAKZEZdfm2h5toZ" \
--table "tbleqwHUvAZrViNke" \
--data "[{'Number':10,'String':'Hello'},{'Number':10,'String':'Hello'}]"
--base "appB8uLtsckC9Omac" \
--table "tblvPkcjx7CcThqMj" \
--data "{'Number':10,'String':'Hello'}"

View File

@@ -1,5 +1,7 @@
:: JSON data can also be passed as a path to a .json file
oint airtable CreatePosts ^
--token "***" ^
--base "appAKZEZdfm2h5toZ" ^
--table "tbleqwHUvAZrViNke" ^
--data "[{'Number':10,'String':'Hello'},{'Number':10,'String':'Hello'}]"
--base "appB8uLtsckC9Omac" ^
--table "tblvPkcjx7CcThqMj" ^
--data "{'Number':10,'String':'Hello'}"