mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-02-09 13:47:03 +02:00
12 lines
455 B
Plaintext
12 lines
455 B
Plaintext
Token = "secret_9RsfMrRMqZwqp0Zl0B...";
|
|
Base = "11282aa7-fc4e-810b-ab77-cef5a2a3443e";
|
|
|
|
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);
|