1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2026-05-22 10:05:29 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2024-10-15 15:15:47 +03:00
parent 68e2904d20
commit 293c73c1f0
1029 changed files with 10395 additions and 10395 deletions
@@ -12,11 +12,11 @@ import TabItem from '@theme/TabItem';
`Function CreateSpreadsheet(Val Token, Val Name, Val ArrayOfSheetNames) Export`
| Parameter | CLI option | Type | Description |
|-|-|-|-|
| Token | --token | String | Token |
| Name | --title | String | Name |
| ArrayOfSheetNames | --sheets | Array of String | Array of names to add new sheets to the spreadsheet |
| Parameter | CLI option | Type | Required | Description |
|-|-|-|-|-|
| Token | --token | String | ✔ | Token |
| Name | --title | String | ✔ | Name |
| ArrayOfSheetNames | --sheets | Array of String | ✔ | Array of names to add new sheets to the spreadsheet |
Returns: Map Of KeyAndValue - serialized JSON response from Google
@@ -12,11 +12,11 @@ import TabItem from '@theme/TabItem';
`Function EditSpreadsheetTitle(Val Token, Val Spreadsheet, Val Name) Export`
| Parameter | CLI option | Type | Description |
|-|-|-|-|
| Token | --token | String | Token |
| Spreadsheet | --spreadsheet | String | SpreadsheetID |
| Name | --title | String | New name |
| Parameter | CLI option | Type | Required | Description |
|-|-|-|-|-|
| Token | --token | String | ✔ | Token |
| Spreadsheet | --spreadsheet | String | ✔ | SpreadsheetID |
| Name | --title | String | ✔ | New name |
Returns: Map Of KeyAndValue - serialized JSON response from Google
@@ -12,10 +12,10 @@ import TabItem from '@theme/TabItem';
`Function GetSpreadsheet(Val Token, Val Identifier) Export`
| Parameter | CLI option | Type | Description |
|-|-|-|-|
| Token | --token | String | Token |
| Identifier | --spreadsheet | String | Spreadsheet identifier |
| Parameter | CLI option | Type | Required | Description |
|-|-|-|-|-|
| Token | --token | String | ✔ | Token |
| Identifier | --spreadsheet | String | ✔ | Spreadsheet identifier |
Returns: Map Of KeyAndValue - serialized JSON response from Google