You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-25 22:12:29 +02:00
B24: Пользовательские настройки календарей + перенос примеров CLI
This commit is contained in:
7
docs/en/cli/notion/CreateDatabase/bash.txt
vendored
Normal file
7
docs/en/cli/notion/CreateDatabase/bash.txt
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
# JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint notion CreateDatabase \
|
||||
--token "***" \
|
||||
--page "5dd94c34fab04bff986b7511c0779f77" \
|
||||
--title "TestTitle" \
|
||||
--props "{'Name':'title','Description':'rich_text','Number':'number','Status':{'New':'green','InProgress':'yellow','Remote':'red'},'CreationDate':'date','Image':'files','Active':'checkbox','Website':'url','Email':'email','Phone':'phone_number','User':'people'}"
|
||||
7
docs/en/cli/notion/CreateDatabase/bat.txt
vendored
Normal file
7
docs/en/cli/notion/CreateDatabase/bat.txt
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
:: JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint notion CreateDatabase ^
|
||||
--token "***" ^
|
||||
--page "5dd94c34fab04bff986b7511c0779f77" ^
|
||||
--title "TestTitle" ^
|
||||
--props "{'Name':'title','Description':'rich_text','Number':'number','Status':{'New':'green','InProgress':'yellow','Remote':'red'},'CreationDate':'date','Image':'files','Active':'checkbox','Website':'url','Email':'email','Phone':'phone_number','User':'people'}"
|
||||
Reference in New Issue
Block a user