1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-25 22:12:29 +02:00

B24: Пользовательские настройки календарей + перенос примеров CLI

This commit is contained in:
Anton Titovets
2025-01-19 11:34:17 +03:00
parent 44078d7a75
commit ebb4dd747f
4481 changed files with 151 additions and 1042 deletions

View 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'}"

View 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'}"