mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2024-11-28 09:08:38 +02:00
небольшие правки перевода
This commit is contained in:
parent
fb0a106ff7
commit
d8b6f0ff8c
@ -17,7 +17,7 @@ sidebar_position: 2
|
||||
| Text | --text | String | Comment text |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Airtable
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Airtable
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -17,7 +17,7 @@ sidebar_position: 4
|
||||
| Comment | --comment | String | Comment identifier |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Airtable
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Airtable
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -18,7 +18,7 @@ sidebar_position: 3
|
||||
| Text | --text | String | New comment text |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Airtable
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Airtable
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -17,7 +17,7 @@ sidebar_position: 1
|
||||
| Indent | --offset | String | Next page identifier of data from the previous request |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Airtable
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Airtable
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -13,10 +13,10 @@ sidebar_position: 3
|
||||
| Token | --token | String | Token |
|
||||
| Workspace | --ws | String | Workspace identifier |
|
||||
| Name | --title | String | New base name |
|
||||
| TableCollection | --tablesdata | Key-Value Pair | Table description: Key > name, Value > array of fields |
|
||||
| TableCollection | --tablesdata | Map Of KeyAndValue | Table description: Key > name, Value > array of fields |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Airtable
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Airtable
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -14,7 +14,7 @@ sidebar_position: 2
|
||||
| Base | --base | String | Base identifier |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Airtable
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Airtable
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -14,7 +14,7 @@ sidebar_position: 1
|
||||
| Indent | --offset | String | Next page identifier of the base list from the previous request |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Airtable
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Airtable
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -16,7 +16,7 @@ sidebar_position: 1
|
||||
| FieldStructure | --fielddata | Structure of Key-Value | Description of the new field |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Airtable
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Airtable
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -18,7 +18,7 @@ sidebar_position: 2
|
||||
| Description | --description | String | New description |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Airtable
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Airtable
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -16,7 +16,7 @@ sidebar_position: 3
|
||||
| Data | --data | Structure, Array of Structure | Set or array of sets of Key : Value pairs > Field : Indicator |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Airtable
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Airtable
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -16,7 +16,7 @@ sidebar_position: 4
|
||||
| Records | --records | String, Array of String | Identifier or array of record identifiers |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Airtable
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Airtable
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -16,7 +16,7 @@ sidebar_position: 1
|
||||
| Indent | --offset | String | Next page identifier of data from the previous request |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Airtable
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Airtable
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -16,7 +16,7 @@ sidebar_position: 2
|
||||
| Record | --record | String | Record identifier in the table |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Airtable
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Airtable
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -17,7 +17,7 @@ sidebar_position: 1
|
||||
| Description | --description | String | Table description |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Airtable
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Airtable
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -17,7 +17,7 @@ sidebar_position: 2
|
||||
| Description | --description | String | New description |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Airtable
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Airtable
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -14,7 +14,7 @@ sidebar_position: 4
|
||||
| Account | --account | String | Account ID. Current token account if not filled |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Dropbox
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Dropbox
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -13,7 +13,7 @@ sidebar_position: 5
|
||||
| Token | --token | String | Token |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Dropbox
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Dropbox
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -15,7 +15,7 @@ sidebar_position: 2
|
||||
| Code | --code | String | Code from the authorization page |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Dropbox
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Dropbox
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -15,7 +15,7 @@ sidebar_position: 3
|
||||
| RefreshToken | --refresh | String | Refresh token |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Dropbox
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Dropbox
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -15,7 +15,7 @@ sidebar_position: 8
|
||||
| Target | --to | String | Target path for the new object |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Dropbox
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Dropbox
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -14,7 +14,7 @@ sidebar_position: 10
|
||||
| Path | --path | String | Target path for creating the directory |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Dropbox
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Dropbox
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -15,7 +15,7 @@ sidebar_position: 7
|
||||
| Irrecoverable | --permanently | String | Delete object without the possibility of recovery |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Dropbox
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Dropbox
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -15,7 +15,7 @@ sidebar_position: 1
|
||||
| Detailed | --detail | Boolean | Adds additional information fields for media files |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Dropbox
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Dropbox
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -15,7 +15,7 @@ sidebar_position: 13
|
||||
| Count | --amount | String, Number | Number of the latest versions of the object to display |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Dropbox
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Dropbox
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -14,7 +14,7 @@ sidebar_position: 6
|
||||
| JobID | --job | String | ID of the asynchronous job from the UploadFileByURL response |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Dropbox
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Dropbox
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -15,7 +15,7 @@ sidebar_position: 9
|
||||
| Target | --to | String | Target path for the new object |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Dropbox
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Dropbox
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -15,7 +15,7 @@ sidebar_position: 14
|
||||
| Version | --rev | String | ID of the version (revision) for restoration |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Dropbox
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Dropbox
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -15,7 +15,7 @@ sidebar_position: 5
|
||||
| Path | --path | String | Save path on Dropbox |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Dropbox
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Dropbox
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -16,7 +16,7 @@ sidebar_position: 4
|
||||
| Overwrite | --overwrite | Boolean | Overwrite file in case of path conflicts |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Dropbox
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Dropbox
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -16,7 +16,7 @@ sidebar_position: 3
|
||||
| ViewOnly | --readonly | Boolean | Prohibits file editing for the external user |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Dropbox
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Dropbox
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -14,7 +14,7 @@ sidebar_position: 6
|
||||
| FileID | --fileid | String | ID of the file to be accessed |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Dropbox
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Dropbox
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -14,7 +14,7 @@ sidebar_position: 2
|
||||
| FolderID | --folder | String | ID of the public catalog (shared folder ID) |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Dropbox
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Dropbox
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -14,7 +14,7 @@ sidebar_position: 5
|
||||
| JobID | --job | String | AsynchronousJobID |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Dropbox
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Dropbox
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -14,7 +14,7 @@ sidebar_position: 1
|
||||
| Path | --path | String | Path to the target directory |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Dropbox
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Dropbox
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -15,7 +15,7 @@ sidebar_position: 2
|
||||
| Tag | --tag | String | Tag text |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Dropbox
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Dropbox
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -15,7 +15,7 @@ sidebar_position: 3
|
||||
| Tag | --tag | String | Tag text |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Dropbox
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Dropbox
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -14,7 +14,7 @@ sidebar_position: 1
|
||||
| Paths | --paths | String, Array of String | Path or set of paths to the files |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Dropbox
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Dropbox
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -14,7 +14,7 @@ sidebar_position: 2
|
||||
| Calendar | --calendar | String | Calendar ID |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Google
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Google
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -14,7 +14,7 @@ sidebar_position: 4
|
||||
| Calendar | --calendar | String | Calendar ID |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Google
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Google
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -17,7 +17,7 @@ sidebar_position: 5
|
||||
| Hidden | --hidden | Boolean | Hidden calendar |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Google
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Google
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -13,7 +13,7 @@ sidebar_position: 1
|
||||
| Token | --token | String | Token |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - Array of calendar data mappings
|
||||
Returns: Map Of KeyAndValue - Array of calendar data mappings
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -14,7 +14,7 @@ sidebar_position: 3
|
||||
| Calendar | --calendar | String | Calendar ID |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Google
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Google
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -13,7 +13,7 @@ sidebar_position: 4
|
||||
| Token | --token | String | Token |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Google
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Google
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -14,7 +14,7 @@ sidebar_position: 1
|
||||
| Name | --title | String | Name of the created calendar |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Google
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Google
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -14,7 +14,7 @@ sidebar_position: 5
|
||||
| Calendar | --calendar | String | Calendar ID |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Google
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Google
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -16,7 +16,7 @@ sidebar_position: 3
|
||||
| Description | --description | String | New calendar description |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Google
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Google
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -14,7 +14,7 @@ sidebar_position: 2
|
||||
| Calendar | --calendar | String | Calendar ID |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Google
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Google
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -12,7 +12,7 @@ sidebar_position: 4
|
||||
|-|-|-|-|
|
||||
| Token | --token | String | Token |
|
||||
| Calendar | --calendar | String | Calendar ID |
|
||||
| EventDescription | --props | Key-Value Pair | Event description |
|
||||
| EventDescription | --props | Map Of KeyAndValue | Event description |
|
||||
|
||||
|
||||
Returns: String, Arbitrary, HTTPResponse, BinaryData, Undefined - Google server response
|
||||
@ -24,16 +24,16 @@ sidebar_position: 4
|
||||
Attachments.Insert("Image1", "https://opi.neocities.org/assets/images/logo_long-e8fdcca6ff8b32e679ea49a1ccdd3eac.png");
|
||||
Attachments.Insert("Image2", "https://github.com/Bayselonarrend/OpenIntegrations/raw/main/Media/logo.png?v1");
|
||||
|
||||
EventMatch = New Map;
|
||||
EventMatch.Insert("Description", Description);
|
||||
EventMatch.Insert("Title", Name);
|
||||
EventMatch.Insert("Venue", "On office");
|
||||
EventMatch.Insert("StartDate", CurrentSessionDate());
|
||||
EventMatch.Insert("EndDate", EventMatch["StartDate"] + 3600);
|
||||
EventMatch.Insert("ArrayOfAttachmentURLs", Attachments);
|
||||
EventMatch.Insert("SendNotifications", True);
|
||||
EventMap = New Map;
|
||||
EventMap.Insert("Description", Description);
|
||||
EventMap.Insert("Title", Name);
|
||||
EventMap.Insert("Venue", "On office");
|
||||
EventMap.Insert("StartDate", CurrentSessionDate());
|
||||
EventMap.Insert("EndDate", EventMap["StartDate"] + 3600);
|
||||
EventMap.Insert("ArrayOfAttachmentURLs", Attachments);
|
||||
EventMap.Insert("SendNotifications", True);
|
||||
|
||||
Response = OPI_GoogleCalendar.CreateEvent(Token, Calendar, EventMatch);
|
||||
Response = OPI_GoogleCalendar.CreateEvent(Token, Calendar, EventMap);
|
||||
Response = OPI_Tools.JSONString(Response);
|
||||
|
||||
|
||||
|
@ -15,7 +15,7 @@ sidebar_position: 7
|
||||
| Event | --event | String | Event ID |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Google
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Google
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -16,15 +16,15 @@ sidebar_position: 6
|
||||
| Event | --event | String | Event ID |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Google
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Google
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
||||
EventMatch = New Map;
|
||||
EventMatch.Insert("Description", "Test event description (change.)");
|
||||
EventMap = New Map;
|
||||
EventMap.Insert("Description", "Test event description (change.)");
|
||||
|
||||
Response = OPI_GoogleCalendar.EditEvent(Token, "55868c32be16935f0...", EventMatch, "j4nonfcc0m2...");
|
||||
Response = OPI_GoogleCalendar.EditEvent(Token, "55868c32be16935f0...", EventMap, "j4nonfcc0m2...");
|
||||
Response = OPI_Tools.JSONString(Response);
|
||||
|
||||
|
||||
|
@ -12,7 +12,7 @@ sidebar_position: 1
|
||||
|-|-|-|-|
|
||||
|
||||
|
||||
Returns: Key-Value Pair - Empty event template
|
||||
Returns: Map Of KeyAndValue - Empty event template
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
@ -30,13 +30,13 @@ sidebar_position: 1
|
||||
|
||||
```json title="Result"
|
||||
|
||||
EventMatch = New Map;
|
||||
EventMatch.Insert("Description", ""); // Event description
|
||||
EventMatch.Insert("Title", "New event"); // Title events
|
||||
EventMatch.Insert("Venue", ""); // String description of the venue of the event
|
||||
EventMatch.Insert("StartDate", CurrentSessionDate()); // Date of start events
|
||||
EventMatch.Insert("EndDate", EventMatch["StartDate"] + 3600); // Date of end events
|
||||
EventMatch.Insert("ArrayOfAttachmentURLs", New Map); // Key - name, Value - URL to file
|
||||
EventMatch.Insert("SendNotifications", True); // Indication of sending notifications to participants
|
||||
EventMap = New Map;
|
||||
EventMap.Insert("Description", ""); // Event description
|
||||
EventMap.Insert("Title", "New event"); // Title events
|
||||
EventMap.Insert("Venue", ""); // String description of the venue of the event
|
||||
EventMap.Insert("StartDate", CurrentSessionDate()); // Date of start events
|
||||
EventMap.Insert("EndDate", EventMap["StartDate"] + 3600); // Date of end events
|
||||
EventMap.Insert("ArrayOfAttachmentURLs", New Map); // Key - name, Value - URL to file
|
||||
EventMap.Insert("SendNotifications", True); // Indication of sending notifications to participants
|
||||
|
||||
```
|
||||
|
@ -14,7 +14,7 @@ sidebar_position: 2
|
||||
| Calendar | --calendar | String | Calendar ID |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - Array of event mappings
|
||||
Returns: Map Of KeyAndValue - Array of event maps
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -15,7 +15,7 @@ sidebar_position: 3
|
||||
| Event | --event | String | Event ID |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Google
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Google
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -16,7 +16,7 @@ sidebar_position: 5
|
||||
| Event | --event | String | ID of the source calendar event |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Google
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Google
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -15,7 +15,7 @@ sidebar_position: 1
|
||||
| Comment | --text | String | Comment text |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Google
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Google
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -15,7 +15,7 @@ sidebar_position: 4
|
||||
| CommentID | --comment | String | Comment identifier |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Google
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Google
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -14,7 +14,7 @@ sidebar_position: 3
|
||||
| ObjectID | --object | String | Object identifier |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Google
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Google
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -15,7 +15,7 @@ sidebar_position: 2
|
||||
| CommentID | --comment | String | Comment identifier |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Google
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Google
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -16,7 +16,7 @@ sidebar_position: 7
|
||||
| NewParent | --catalog | String | New parent directory |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Google
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Google
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -15,7 +15,7 @@ sidebar_position: 5
|
||||
| Parent | --catalog | String | Parent |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Google
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Google
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -14,7 +14,7 @@ sidebar_position: 9
|
||||
| Identifier | --object | String | Identifier of the object to delete |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Google
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Google
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -15,7 +15,7 @@ sidebar_position: 2
|
||||
| Detailed | --depth | Boolean | Adds a list of files to the directory fields |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - Array of directory mappings
|
||||
Returns: Map Of KeyAndValue - Array of directory mappings
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -12,7 +12,7 @@ sidebar_position: 10
|
||||
|-|-|-|-|
|
||||
|
||||
|
||||
Returns: Key-Value Pair - File description
|
||||
Returns: Map Of KeyAndValue - File description
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -15,7 +15,7 @@ sidebar_position: 3
|
||||
| Directory | --catalog | String | Filter by parent directory ID |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - Array of file mappings
|
||||
Returns: Map Of KeyAndValue - Array of file mappings
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -14,7 +14,7 @@ sidebar_position: 1
|
||||
| Identifier | --object | String | Identifier of the file or folder |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Google
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Google
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -16,7 +16,7 @@ sidebar_position: 8
|
||||
| NewName | --title | String | New file name (if necessary) |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Google
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Google
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -12,10 +12,10 @@ sidebar_position: 4
|
||||
|-|-|-|-|
|
||||
| Token | --token | String | Token |
|
||||
| File | --file | BinaryData,String | File to be uploaded |
|
||||
| Description | --props | Key-Value Pair | JSON description or path to .json |
|
||||
| Description | --props | Map Of KeyAndValue | JSON description or path to .json |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Google
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Google
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -15,7 +15,7 @@ sidebar_position: 1
|
||||
| ArrayOfSheetNames | --sheets | Array of String | Array of names to add new sheets to the book |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Google
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Google
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -15,7 +15,7 @@ sidebar_position: 3
|
||||
| Name | --title | String | New name |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Google
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Google
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -14,7 +14,7 @@ sidebar_position: 2
|
||||
| Identifier | --spreadsheet | String | BookIdentifier |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Google
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Google
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -16,7 +16,7 @@ sidebar_position: 2
|
||||
| Sheet | --sheetname | String | Sheet name (first sheet by default) |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Google
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Google
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -16,7 +16,7 @@ sidebar_position: 3
|
||||
| Sheet | --sheetname | String | Sheet name (first sheet by default) |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Google
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Google
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -12,12 +12,12 @@ sidebar_position: 1
|
||||
|-|-|-|-|
|
||||
| Token | --token | String | Token |
|
||||
| Book | --spreadsheet | String | BookID |
|
||||
| ValueMapping | --data | Key-Value Pair | Fill data where the key is the cell name like A1 |
|
||||
| ValueMapping | --data | Map Of KeyAndValue | Fill data where the key is the cell name like A1 |
|
||||
| Sheet | --sheetname | String | Sheet name (first sheet by default) |
|
||||
| MajorDimension | --dim | String | Main dimension when filling the array range |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Google
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Google
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -15,7 +15,7 @@ sidebar_position: 1
|
||||
| Name | --title | String | NewSheetName |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Google
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Google
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -16,7 +16,7 @@ sidebar_position: 3
|
||||
| Sheet | --sheet | String | CopiedSheetID |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Google
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Google
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -15,7 +15,7 @@ sidebar_position: 2
|
||||
| Sheet | --sheet | String | IdentifierOfSheetToDelete |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - serialized JSON response from Google
|
||||
Returns: Map Of KeyAndValue - serialized JSON response from Google
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -16,7 +16,7 @@ sidebar_position: 1
|
||||
| InsertAfter | --prev | String | Block ID after which to insert the new one |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - Serialized JSON response from Notion
|
||||
Returns: Map Of KeyAndValue - Serialized JSON response from Notion
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -14,7 +14,7 @@ sidebar_position: 4
|
||||
| BlockID | --block | String | Block ID |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - Serialized JSON response from Notion
|
||||
Returns: Map Of KeyAndValue - Serialized JSON response from Notion
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -15,7 +15,7 @@ sidebar_position: 2
|
||||
| OnlyBase | --core | Boolean | True > service fields are deleted, only the block itself remains |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - Serialized JSON response from Notion
|
||||
Returns: Map Of KeyAndValue - Serialized JSON response from Notion
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -14,7 +14,7 @@ sidebar_position: 3
|
||||
| BlockID | --block | String | Parent block ID |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - Serialized JSON response from Notion
|
||||
Returns: Map Of KeyAndValue - Serialized JSON response from Notion
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -16,7 +16,7 @@ sidebar_position: 1
|
||||
| Properties | --props | Structure Of String | Database properties |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - Serialized JSON response from Notion
|
||||
Returns: Map Of KeyAndValue - Serialized JSON response from Notion
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -17,7 +17,7 @@ sidebar_position: 3
|
||||
| Description | --description | String | New database description |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - Serialized JSON response from Notion
|
||||
Returns: Map Of KeyAndValue - Serialized JSON response from Notion
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -14,7 +14,7 @@ sidebar_position: 2
|
||||
| Base | --base | String | Database ID |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - Serialized JSON response from Notion
|
||||
Returns: Map Of KeyAndValue - Serialized JSON response from Notion
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -12,10 +12,10 @@ sidebar_position: 2
|
||||
|-|-|-|-|
|
||||
| Token | --token | String | Token |
|
||||
| Parent | --base | String | Parent database ID |
|
||||
| Data | --data | Key-Value Pair | Properties match |
|
||||
| Data | --data | Map Of KeyAndValue | Properties map |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - Serialized JSON response from Notion
|
||||
Returns: Map Of KeyAndValue - Serialized JSON response from Notion
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -15,7 +15,7 @@ sidebar_position: 1
|
||||
| Title | --title | String | Page title |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - Serialized JSON response from Notion
|
||||
Returns: Map Of KeyAndValue - Serialized JSON response from Notion
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -12,13 +12,13 @@ sidebar_position: 4
|
||||
|-|-|-|-|
|
||||
| Token | --token | String | Token |
|
||||
| Page | --page | String | ID of the page being modified |
|
||||
| Data | --data | Key-Value Pair | Matching of editable parameters |
|
||||
| Data | --data | Map Of KeyAndValue | Map of editable parameters |
|
||||
| Icon | --icon | String | URL of the page icon image |
|
||||
| Cover | --cover | String | URL of the page cover image |
|
||||
| Archived | --archive | Boolean | Archive page or not (boolean) |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - Serialized JSON response from Notion
|
||||
Returns: Map Of KeyAndValue - Serialized JSON response from Notion
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -14,7 +14,7 @@ sidebar_position: 3
|
||||
| Page | --page | String | Page ID |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - Serialized JSON response from Notion
|
||||
Returns: Map Of KeyAndValue - Serialized JSON response from Notion
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -14,7 +14,7 @@ sidebar_position: 2
|
||||
| UserID | --user | String | Target user ID |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - Serialized JSON response from Notion
|
||||
Returns: Map Of KeyAndValue - Serialized JSON response from Notion
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -13,7 +13,7 @@ sidebar_position: 1
|
||||
| Token | --token | String | Token |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - Serialized JSON response from Notion
|
||||
Returns: Map Of KeyAndValue - Serialized JSON response from Notion
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -14,7 +14,7 @@ sidebar_position: 1
|
||||
| AlternateText | --alt | String | Alternate text of the image |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - Image block
|
||||
Returns: Map Of KeyAndValue - Image block
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -14,7 +14,7 @@ sidebar_position: 4
|
||||
| Channel | --channel | String | Channel ID |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - Serialized JSON response from Slack
|
||||
Returns: Map Of KeyAndValue - Serialized JSON response from Slack
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -15,7 +15,7 @@ sidebar_position: 3
|
||||
| Private | --private | Boolean | Create channel as private |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - Serialized JSON response from Slack
|
||||
Returns: Map Of KeyAndValue - Serialized JSON response from Slack
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -14,7 +14,7 @@ sidebar_position: 6
|
||||
| Channel | --channel | String | Channel ID |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - Serialized JSON response from Slack
|
||||
Returns: Map Of KeyAndValue - Serialized JSON response from Slack
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -15,7 +15,7 @@ sidebar_position: 1
|
||||
| Cursor | --cursor | String | Pointer from the previous request, if the result rows > 100 |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - Serialized JSON response from Slack
|
||||
Returns: Map Of KeyAndValue - Serialized JSON response from Slack
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -15,7 +15,7 @@ sidebar_position: 2
|
||||
| Cursor | --cursor | String | Pointer from the previous request, if the result rows > 100 |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - Serialized JSON response from Slack
|
||||
Returns: Map Of KeyAndValue - Serialized JSON response from Slack
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -14,7 +14,7 @@ sidebar_position: 5
|
||||
| Channel | --channel | String | Channel ID |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - Serialized JSON response from Slack
|
||||
Returns: Map Of KeyAndValue - Serialized JSON response from Slack
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -15,7 +15,7 @@ sidebar_position: 7
|
||||
| ArrayOfUsers | --users | Array Of String | User ID Array |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - Serialized JSON response from Slack
|
||||
Returns: Map Of KeyAndValue - Serialized JSON response from Slack
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -14,7 +14,7 @@ sidebar_position: 9
|
||||
| Channel | --channel | String | Channel ID |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - Serialized JSON response from Slack
|
||||
Returns: Map Of KeyAndValue - Serialized JSON response from Slack
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -15,7 +15,7 @@ sidebar_position: 8
|
||||
| User | --user | String | User ID |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - Serialized JSON response from Slack
|
||||
Returns: Map Of KeyAndValue - Serialized JSON response from Slack
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
@ -14,7 +14,7 @@ sidebar_position: 10
|
||||
| Channel | --channel | String | Channel ID |
|
||||
|
||||
|
||||
Returns: Key-Value Pair - Serialized JSON response from Slack
|
||||
Returns: Map Of KeyAndValue - Serialized JSON response from Slack
|
||||
|
||||
```bsl title="Code example"
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user