You've already forked OpenIntegrations
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:
8
docs/en/cli/airtable/CreatePosts/bash.txt
vendored
8
docs/en/cli/airtable/CreatePosts/bash.txt
vendored
@@ -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'}]"
|
||||
8
docs/en/cli/airtable/CreatePosts/bat.txt
vendored
8
docs/en/cli/airtable/CreatePosts/bat.txt
vendored
@@ -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'}]"
|
||||
Reference in New Issue
Block a user