You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-29 22:27:42 +02:00
B24: Пользовательские настройки календарей + перенос примеров CLI
This commit is contained in:
6
docs/ru/cli/notion/CreatePageInDatabase/bash.txt
vendored
Normal file
6
docs/ru/cli/notion/CreatePageInDatabase/bash.txt
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
# JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint notion CreatePageInDatabase \
|
||||
--token "***" \
|
||||
--base "12582aa7-fc4e-81b6-8aec-f65659a66bf1" \
|
||||
--data "{'Name':'LLC Vector','Description':'OurFirstClient','Number':1,'Status':'New','CreationDate':'2024-10-20T14:09:20.3462903Z','Image':{'Logo':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg'},'Active':true,'Website':'https://vector.ru','Email':'mail@vector.ru','Phone':'88005553535'}"
|
||||
6
docs/ru/cli/notion/CreatePageInDatabase/bat.txt
vendored
Normal file
6
docs/ru/cli/notion/CreatePageInDatabase/bat.txt
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
:: JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint notion CreatePageInDatabase ^
|
||||
--token "***" ^
|
||||
--base "12582aa7-fc4e-81b6-8aec-f65659a66bf1" ^
|
||||
--data "{'Name':'LLC Vector','Description':'OurFirstClient','Number':1,'Status':'New','CreationDate':'2024-10-20T14:09:20.3462903Z','Image':{'Logo':'https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg'},'Active':true,'Website':'https://vector.ru','Email':'mail@vector.ru','Phone':'88005553535'}"
|
||||
Reference in New Issue
Block a user