1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-06 08:49:29 +02:00

Форматирование примеров кода в доках

This commit is contained in:
Anton
2024-06-09 02:26:57 +03:00
parent 9b03afc3fd
commit 96b8f7f71e
513 changed files with 1817 additions and 2306 deletions

View File

@@ -26,12 +26,11 @@ sidebar_position: 1
Block = OPI_Notion.ReturnBlock(Token, "ca18df269bd24407852b91c30e..."); //Block as map. Can be changed.
Response = OPI_Notion.CreateBlock(Token, Parent, Block);
Response = OPI_Notion.CreateBlock(Token, Parent, "46c1500ed40c4e89ba6a229003...");
Response = OPI_Notion.CreateBlock(Token, Parent, "aa4137d4c8cc445d9f969c3968...");
Response = OPI_Notion.CreateBlock(Token, Parent, Block);
Response = OPI_Notion.CreateBlock(Token, Parent, "46c1500ed40c4e89ba6a229003...");
Response = OPI_Notion.CreateBlock(Token, Parent, "aa4137d4c8cc445d9f969c3968...");
Response = OPI_Tools.JSONString(Response);
```

View File

@@ -25,7 +25,6 @@ sidebar_position: 4
Response = OPI_Notion.DeleteBlock(Token, BlockID);
Response = OPI_Tools.JSONString(Response);
```

View File

@@ -26,7 +26,6 @@ sidebar_position: 2
Response = OPI_Notion.ReturnBlock(Token, BlockID);
Response = OPI_Tools.JSONString(Response);
```

View File

@@ -25,7 +25,6 @@ sidebar_position: 3
Response = OPI_Notion.ReturnChildBlocks(Token, BlockID);
Response = OPI_Tools.JSONString(Response);
```

View File

@@ -47,7 +47,6 @@ sidebar_position: 1
Response = OPI_Notion.CreateDatabase(Token, Parent, Title, Properties);
Response = OPI_Tools.JSONString(Response);
```

View File

@@ -34,7 +34,6 @@ sidebar_position: 3
Response = OPI_Notion.EditDatabaseProperties(Token, Base, Properties, Title, Description);
Response = OPI_Tools.JSONString(Response);
```

View File

@@ -25,7 +25,6 @@ sidebar_position: 2
Response = OPI_Notion.GetDatabase(Token, Base);
Response = OPI_Tools.JSONString(Response);
```

View File

@@ -40,7 +40,6 @@ sidebar_position: 2
Response = OPI_Notion.CreatePageInDatabase(Token, Base, Data);
Response = OPI_Tools.JSONString(Response);
```

View File

@@ -27,7 +27,6 @@ sidebar_position: 1
Response = OPI_Notion.CreatePage(Token, Parent, Title);
Response = OPI_Tools.JSONString(Response);
```

View File

@@ -41,7 +41,6 @@ sidebar_position: 4
Response = OPI_Tools.JSONString(Response);
```

View File

@@ -25,7 +25,6 @@ sidebar_position: 3
Response = OPI_Notion.GetPage(Token, Page);
Response = OPI_Tools.JSONString(Response);
```

View File

@@ -25,7 +25,6 @@ sidebar_position: 2
Response = OPI_Notion.GetUserData(Token, UserID);
Response = OPI_Tools.JSONString(Response);
```

View File

@@ -22,7 +22,6 @@ sidebar_position: 1
Response = OPI_Notion.UserList(Token);
Response = OPI_Tools.JSONString(Response);
```