﻿  
  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);
