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


Request Body
UploadSpec of type(s) application/json
Optional

Show optional properties

{
    "fileName": "string",
    "size": 0
}
{
    "fileName": "string",
    "size": 0,
    "checksum": "string",
    "checksumAlgo": "string"
}
Authentication
This operation uses the following authentication methods.
Responses
204

No Content

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"fileName:"string","size:"integer"}' https://{api_host}/cloudapi/extensions/ui/{id}/plugin