mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-02-09 13:47:03 +02:00
17 lines
520 B
Plaintext
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);
|