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

5 lines
680 B
Plaintext
Raw Normal View History

2024-10-15 09:27:23 +03:00
oint airtable СоздатьТаблицу --token "***" \
--base "app0r5m50QN7nWAAv" \
--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 "Новая таблица"