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:
6
docs/en/cli/notion/CreateBlock/bash.txt
vendored
Normal file
6
docs/en/cli/notion/CreateBlock/bash.txt
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
# JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint notion CreateBlock \
|
||||
--token "***" \
|
||||
--page "5dd94c34fab04bff986b7511c0779f77" \
|
||||
--block "{'object':'block','parent':{'type':'page_id','page_id':'5dd94c34-fab0-4bff-986b-7511c0779f77'},'in_trash':true,'type':'to_do','to_do':{'rich_text':[{'type':'text','text':{'content':'YoYO','link':null},'annotations':{'bold':false,'italic':false,'strikethrough':false,'underline':false,'code':false,'color':'default'},'plain_text':'YoYO','href':null}],'checked':false,'color':'default'}}"
|
||||
6
docs/en/cli/notion/CreateBlock/bat.txt
vendored
Normal file
6
docs/en/cli/notion/CreateBlock/bat.txt
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
:: JSON data can also be passed as a path to a .json file
|
||||
|
||||
oint notion CreateBlock ^
|
||||
--token "***" ^
|
||||
--page "5dd94c34fab04bff986b7511c0779f77" ^
|
||||
--block "{'object':'block','parent':{'type':'page_id','page_id':'5dd94c34-fab0-4bff-986b-7511c0779f77'},'in_trash':true,'type':'to_do','to_do':{'rich_text':[{'type':'text','text':{'content':'YoYO','link':null},'annotations':{'bold':false,'italic':false,'strikethrough':false,'underline':false,'code':false,'color':'default'},'plain_text':'YoYO','href':null}],'checked':false,'color':'default'}}"
|
||||
Reference in New Issue
Block a user