You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2025-11-06 08:49:29 +02:00
Форматирование примеров кода в доках
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
@@ -25,7 +25,6 @@ sidebar_position: 4
|
||||
Response = OPI_Notion.DeleteBlock(Token, BlockID);
|
||||
Response = OPI_Tools.JSONString(Response);
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
@@ -26,7 +26,6 @@ sidebar_position: 2
|
||||
Response = OPI_Notion.ReturnBlock(Token, BlockID);
|
||||
Response = OPI_Tools.JSONString(Response);
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
@@ -25,7 +25,6 @@ sidebar_position: 3
|
||||
Response = OPI_Notion.ReturnChildBlocks(Token, BlockID);
|
||||
Response = OPI_Tools.JSONString(Response);
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
@@ -47,7 +47,6 @@ sidebar_position: 1
|
||||
Response = OPI_Notion.CreateDatabase(Token, Parent, Title, Properties);
|
||||
Response = OPI_Tools.JSONString(Response);
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
@@ -34,7 +34,6 @@ sidebar_position: 3
|
||||
Response = OPI_Notion.EditDatabaseProperties(Token, Base, Properties, Title, Description);
|
||||
Response = OPI_Tools.JSONString(Response);
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
@@ -25,7 +25,6 @@ sidebar_position: 2
|
||||
Response = OPI_Notion.GetDatabase(Token, Base);
|
||||
Response = OPI_Tools.JSONString(Response);
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
@@ -40,7 +40,6 @@ sidebar_position: 2
|
||||
Response = OPI_Notion.CreatePageInDatabase(Token, Base, Data);
|
||||
Response = OPI_Tools.JSONString(Response);
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
@@ -27,7 +27,6 @@ sidebar_position: 1
|
||||
Response = OPI_Notion.CreatePage(Token, Parent, Title);
|
||||
Response = OPI_Tools.JSONString(Response);
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
@@ -41,7 +41,6 @@ sidebar_position: 4
|
||||
|
||||
Response = OPI_Tools.JSONString(Response);
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
@@ -25,7 +25,6 @@ sidebar_position: 3
|
||||
Response = OPI_Notion.GetPage(Token, Page);
|
||||
Response = OPI_Tools.JSONString(Response);
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
@@ -25,7 +25,6 @@ sidebar_position: 2
|
||||
Response = OPI_Notion.GetUserData(Token, UserID);
|
||||
Response = OPI_Tools.JSONString(Response);
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
@@ -22,7 +22,6 @@ sidebar_position: 1
|
||||
Response = OPI_Notion.UserList(Token);
|
||||
Response = OPI_Tools.JSONString(Response);
|
||||
|
||||
|
||||
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user