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 "***" \
2024-10-20 14:33:36 +03:00
--base "appDBeB8n80EwtBIX" \
--table "tblfyi4KX4DzNqIom" \
2024-10-15 22:03:12 +03:00
--data "{'Number':10,'String':'Hello'}"