You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-06-09 23:56:48 +02:00
11 lines
451 B
Plaintext
Vendored
11 lines
451 B
Plaintext
Vendored
Token = "secret_9RsfMrRMqZwqp0Zl0B...";
|
|
Base = "29d82aa7-fc4e-8173-83c3-eef87a456cc4";
|
|
|
|
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); |