You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-05-22 10:05:29 +02:00
Экстракт данных из существующих доков для EN
This commit is contained in:
@@ -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);
|
||||
Reference in New Issue
Block a user