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-07-05 13:02:22 +03:00
parent 5b02e591f1
commit 360dfabcb2
823 changed files with 1170 additions and 1064 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 "appRcy8EFLtr6b7yZ" \
--table "tbloefx2yd28cWJIS" \
--data "[{'Number':10,'String':'Hello'},{'Number':10,'String':'Hello'}]"
--base "app46SIZ5dMYWauqZ" \
--table "tbl67It1uCTF8JDQc" \
--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 "appRcy8EFLtr6b7yZ" ^
--table "tbloefx2yd28cWJIS" ^
--data "[{'Number':10,'String':'Hello'},{'Number':10,'String':'Hello'}]"
--base "app46SIZ5dMYWauqZ" ^
--table "tbl67It1uCTF8JDQc" ^
--data "{'Number':10,'String':'Hello'}"