1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-05-27 23:07:37 +02:00
OpenIntegrations/docs/en/examples/Notion/EditDatabaseProperties.txt
Vitaly the Alpaca (bot) fd551e7cf4 Main build (Jenkins)
2024-12-24 20:21:21 +03:00

12 lines
455 B
Plaintext
Vendored

Token = "secret_9RsfMrRMqZwqp0Zl0B...";
Base = "16682aa7-fc4e-8180-89b8-fae5177a406e";
Title = "TestTitle";
Description = "TestDescription";
Properties = New Map;
Properties.Insert("Email", "rich_text"); // Type fields "Email" will changed with email to text
Properties.Insert("Website"); // Field "Website" will deleted
Result = OPI_Notion.EditDatabaseProperties(Token, Base, Properties, Title, Description);