1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-29 21:57:16 +02:00
OpenIntegrations/docs/en/examples/Notion/EditPageProperties.txt

17 lines
596 B
Plaintext
Raw Normal View History

 Token = "secret_9RsfMrRMqZwqp0Zl0B...";
2024-10-02 09:14:30 +03:00
Page = "11282aa7-fc4e-814c-990c-dd3c9c3c2c22";
Icon = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/test_data/picture.jpg";
Cover = "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/service/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);