1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-27 21:48:56 +02:00
Vitaly the Alpaca (bot) 00dfbc52ee Main build (Jenkins)
2024-10-12 15:46:40 +03:00

17 lines
520 B
Plaintext

Token = "secret_9RsfMrRMqZwqp0Zl0B...";
Page = "11d82aa7-fc4e-81b7-af12-e5533406159f";
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);