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 Titovets
2024-07-10 13:58:29 +03:00
parent 99d11bd36b
commit 8bd11cfb5a
683 changed files with 2837 additions and 2052 deletions
@@ -6,12 +6,10 @@ sidebar_position: 1
Creates a new spreadsheet
<br/>
*Function CreateSpreadsheet(Val Token, Val Name, Val ArrayOfSheetNames) Export*
`Function CreateSpreadsheet(Val Token, Val Name, Val ArrayOfSheetNames) Export`
| Parameter | CLI option | Type | Destination |
|-|-|-|-|
@@ -23,6 +21,9 @@ sidebar_position: 1
Returns: Map Of KeyAndValue - serialized JSON response from Google
```bsl title="Code example"
ArrayOfSheetNames = New Array;
@@ -6,12 +6,10 @@ sidebar_position: 3
Changes the name of the existing spreadsheet
<br/>
*Function EditSpreadsheetTitle(Val Token, Val Spreadsheet, Val Name) Export*
`Function EditSpreadsheetTitle(Val Token, Val Spreadsheet, Val Name) Export`
| Parameter | CLI option | Type | Destination |
|-|-|-|-|
@@ -23,6 +21,9 @@ sidebar_position: 3
Returns: Map Of KeyAndValue - serialized JSON response from Google
```bsl title="Code example"
Spreadsheet = "1Pu07Y5UiGVfW4fqfP7tcSQtdSX_2wdm2Ih23zlxJJwc";
@@ -6,12 +6,10 @@ sidebar_position: 2
Gets information about the spreadsheet by ID
<br/>
*Function GetSpreadsheet(Val Token, Val Identifier) Export*
`Function GetSpreadsheet(Val Token, Val Identifier) Export`
| Parameter | CLI option | Type | Destination |
|-|-|-|-|
@@ -22,6 +20,9 @@ sidebar_position: 2
Returns: Map Of KeyAndValue - serialized JSON response from Google
```bsl title="Code example"
Identifier = "1Pu07Y5UiGVfW4fqfP7tcSQtdSX_2wdm2Ih23zlxJJwc";