Upload Ui Plugin Resource

Upload Ui Plugin Resource

Initiates an upload for the plugin for this extension using the Transfer service A unique transfer service URL is returned where the plugin may be uploaded.

Request
URI
POST
https://{api_host}/cloudapi/extensions/ui/{id}/plugin
COPY
Path Parameters
string
id
Required

id

string
id
Required

id


Request Body
UploadSpec of type(s) application/json
Optional
{
    "fileName": "string",
    "size": 0,
    "checksum": "string",
    "checksumAlgo": "string"
}
string
fileName
Required

fileName

integer As int64 As int64
size
Required

size

string
checksum
Optional

checksum

string
checksumAlgo
Optional

checksumAlgo

Authentication
This operation uses the following authentication methods.
Responses
204

No Content

Operation doesn't return any data structure