1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-29 22:27:42 +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,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'}"

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