1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-05 22:53:35 +02:00
Files
OpenIntegrations/docs/ru/cli/airtable/CreatePosts/bash.txt

7 lines
204 B
Plaintext
Raw Normal View History

2024-10-15 22:03:12 +03:00
# JSON data can also be passed as a path to a .json file
oint airtable CreatePosts \
--token "***" \
2025-01-20 21:18:55 +03:00
--base "appQJvhyPf6wsMLGd" \
--table "tbl2y2JCiK1G12Wvn" \
2024-10-15 22:03:12 +03:00
--data "{'Number':10,'String':'Hello'}"