1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-04-13 11:50:53 +02:00
OpenIntegrations/docs/en/examples/Notion/EditDatabaseProperties.txt
Vitaly the Alpaca (bot) cba967e2a0 Main build (Jenkins)
2024-12-12 22:37:54 +03:00

12 lines
455 B
Plaintext

Token = "secret_9RsfMrRMqZwqp0Zl0B...";
Base = "15982aa7-fc4e-81f6-a0b8-fe9d90ac5dd0";
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);