You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-12-21 23:57:40 +02:00
12 lines
455 B
Plaintext
Vendored
12 lines
455 B
Plaintext
Vendored
Token = "secret_9RsfMrRMqZwqp0Zl0B...";
|
|
Base = "26182aa7-fc4e-81e3-a3fa-c7dd1bd496ea";
|
|
|
|
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);
|