1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-04-27 12:32:33 +02:00
OpenIntegrations/docs/en/examples/Notion/EditDatabaseProperties.txt

12 lines
455 B
Plaintext
Raw Normal View History

 Token = "secret_9RsfMrRMqZwqp0Zl0B...";
2024-11-11 22:11:22 +03:00
Base = "13b82aa7-fc4e-814d-8ae6-e88d83acc319";
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);