1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-07-15 01:34:30 +02:00
Files
OpenIntegrations/docs/en/cli/NEW_CLI/notion/EditPageProperties/bash.txt
Vitaly the Alpaca (bot) 1304209e5c Test data update (Jenkins)
2024-10-22 00:10:04 +03:00

9 lines
433 B
Plaintext

# JSON data can also be passed as a path to a .json file
oint notion EditPageProperties \
--token "***" \
--page "12682aa7-fc4e-8125-bd1b-cf1c5982c690" \
--data "{'Active':false,'Email':'vector@mail.ru'}" \
--icon "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg" \
--cover "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture2.jpg" \
--archive false