1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-22 10:05:29 +02:00

Экстракт данных из существующих доков для EN

This commit is contained in:
Anton Titovets
2024-08-13 15:02:25 +03:00
parent 18956220bd
commit fd5eb48e90
943 changed files with 26744 additions and 4280 deletions
@@ -0,0 +1,12 @@
Token = "secret_9RsfMrRMqZwqp0Zl0B...";
Base = "5dd94c34fab04bff9...";
Title = "Updated title";
Description = "Updated base description";
Properties = New Map;
Properties.Insert("Email", "rich_text"); //Type fields "Email" will changed with email to text
Properties.Insert("Website"); //Field "Website" will deleted
Response = OPI_Notion.EditDatabaseProperties(Token, Base, Properties, Title, Description);
Response = OPI_Tools.JSONString(Response);