1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-22 10:05:29 +02:00
Files
OpenIntegrations/docs/en/cli/NEW_CLI/airtable/CreateTable/bat.txt
T

6 lines
570 B
Plaintext
Raw Normal View History

2024-10-20 22:15:39 +03:00
oint airtable CreateTable ^
--token "***" ^
2024-11-17 15:42:31 +03:00
--base "appEQjBhFBRg8WSBM" ^
2024-10-20 22:15:39 +03:00
--title "TestTable2" ^
--fieldsdata "[{'name':'Number','type':'number','options':{'precision':0}},{'name':'String','type':'richText'},{'name':'Attachment','type':'multipleAttachments'},{'name':'Checkbox','type':'checkbox','options':{'icon':'check','color':'yellowBright'}},{'name':'Date','type':'date','options':{'dateFormat':{'format':'YYYY-MM-DD','name':'iso'}}},{'name':'Phone','type':'phoneNumber'},{'name':'Email','type':'email'},{'name':'Link','type':'url'}]" ^
--description "NewTable"