1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2024-12-16 11:38:11 +02:00
OpenIntegrations/docs/en/examples/Notion/EditPageProperties.txt

19 lines
502 B
Plaintext

Token = "secret_9RsfMrRMqZwqp0Zl0B...";
Page = "5dd94c34fab04bff9...";
Icon = "https://opi.neocities.org/img/logo.png";
Cover = "https://opi.neocities.org/assets/images/logo_long-e69f28017feff1759ffcfe3f4e7bbf2a.png";
Properties = New Map;
Properties.Insert("Active", False);
Properties.Insert("Email", "vector@mail.ru");
Response = OPI_Notion.EditPageProperties(Token
, Page
, Properties
, Icon
, Cover
, Archive);
Response = OPI_Tools.JSONString(Response);