1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-11-29 22:27:42 +02:00

Main build (Jenkins)

This commit is contained in:
Vitaly the Alpaca (bot)
2024-12-18 17:07:11 +03:00
parent 64e93e59cd
commit 53f13080cc
14 changed files with 5874 additions and 5905 deletions

View File

@@ -10,7 +10,7 @@ import TabItem from '@theme/TabItem';
`Function UploadObjectPart(Val Name, Val Bucket, Val BasicData, Val UploadID, Val PartNumber, Val Data, Val Headers = Undefined) Export`
`Function UploadObjectPart(Val Name, Val Bucket, Val BasicData, Val UploadID, Val PartNumber, Val Data) Export`
| Parameter | CLI option | Type | Required | Description |
|-|-|-|-|-|
@@ -20,7 +20,6 @@ import TabItem from '@theme/TabItem';
| UploadID | --upload | String | ✔ | Upload ID. See InitPartsUpload |
| PartNumber | --part | Number, String | ✔ | Number of the object part from 1 to 10000 |
| Data | --content | BinaryData, String | ✔ | Part content for uploading |
| Headers | --headers | Map Of KeyAndValue | ✖ | Additional request headers, if necessary |
Returns: Structure of KeyAndValue - serialized JSON response from storage