1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-27 22:18:36 +02:00

Test data update (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2025-06-04 20:54:02 +03:00
parent fd748787f3
commit 18d5370a8b
127 changed files with 196 additions and 252 deletions

View File

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

View File

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