1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-04-13 11:50:53 +02:00
OpenIntegrations/docs/en/examples/Notion/EditPageProperties.txt

17 lines
520 B
Plaintext
Raw Normal View History

 Token = "secret_9RsfMrRMqZwqp0Zl0B...";
2024-12-09 15:33:55 +03:00
Page = "15782aa7-fc4e-81f3-b070-cc8fd5782b77";
2024-10-15 10:07:27 +03:00
Icon = "https://api.athenaeum.digital/test_data/picture.jpg";
Cover = "https://api.athenaeum.digital/test_data/picture2.jpg";
Archive = False;
Properties = New Map;
Properties.Insert("Active" , False);
Properties.Insert("Email" , "vector@mail.ru");
Result = OPI_Notion.EditPageProperties(Token
, Page
, Properties
, Icon
, Cover
, Archive);