1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-02-09 13:47:03 +02:00
OpenIntegrations/docs/en/examples/Notion/EditPageProperties.txt
Vitaly the Alpaca (bot) 0f4faff7ab Main build (Jenkins)
2024-10-13 15:00:04 +03:00

17 lines
520 B
Plaintext

Token = "secret_9RsfMrRMqZwqp0Zl0B...";
Page = "11e82aa7-fc4e-81be-a17f-c8f8ec9b863d";
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);