You've already forked OpenIntegrations
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user