1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-22 10:05: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
@@ -29,7 +29,6 @@ sidebar_position: 1
Response = OPI_GoogleSheets.CreateSpreadsheet(Token, Name, ArrayOfSheetNames); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
```
@@ -26,7 +26,6 @@ sidebar_position: 3
Response = OPI_GoogleSheets.EditSpreadsheetTitle(Token, Spreadsheet, Name); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
```
@@ -24,7 +24,6 @@ sidebar_position: 2
Response = OPI_GoogleSheets.GetSpreadsheet(Token, Identifier); //Map
Response = OPI_Tools.JSONString(Response); //JSON string
```