1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-22 10:05:29 +02:00
Files
OpenIntegrations/docs/ru/cli/NEW_CLI/airtable/СоздатьТаблицу/bash.txt
T

6 lines
684 B
Plaintext
Raw Normal View History

2024-10-15 12:49:23 +03:00
oint airtable СоздатьТаблицу \
--token "***" \
2024-11-16 14:01:04 +03:00
--base "appkVg8CDKZWSGu8W" \
2024-10-15 09:27:23 +03:00
--title "Тестовая таблица 2" \
--fieldsdata "[{'name':'Номер','type':'number','options':{'precision':0}},{'name':'Строковое','type':'richText'},{'name':'Вложение','type':'multipleAttachments'},{'name':'Флажок','type':'checkbox','options':{'icon':'check','color':'yellowBright'}},{'name':'Дата','type':'date','options':{'dateFormat':{'format':'YYYY-MM-DD','name':'iso'}}},{'name':'Телефон','type':'phoneNumber'},{'name':'Почта','type':'email'},{'name':'Ссылка','type':'url'}]" \
--description "Новая таблица"