1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-12-15 23:41:44 +02:00
Files
OpenIntegrations/docs/en/cli/notion/EditPageProperties/bash.txt

9 lines
363 B
Plaintext
Raw Normal View History

2024-10-20 22:15:39 +03:00
# JSON data can also be passed as a path to a .json file
oint notion EditPageProperties \
--token "***" \
2025-07-15 17:57:15 +00:00
--page "23182aa7-fc4e-81d1-a6cf-f64788755cd2" \
2024-10-20 22:15:39 +03:00
--data "{'Active':false,'Email':'vector@mail.ru'}" \
2025-07-05 13:02:22 +03:00
--icon "https://hut.openintegrations.dev/test_data/picture.jpg" \
--cover "https://hut.openintegrations.dev/test_data/picture2.jpg" \
2024-10-20 22:15:39 +03:00
--archive false