Put Ui Plugin

Put Ui Plugin

Update the plugin metadata for this extension clobbering existing information and returns the updated plugin metadata

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

id


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

Show optional properties

{
    "pluginName": "string",
    "vendor": "string",
    "version": "string",
    "license": "string",
    "link": "string"
}
{
    "pluginName": "string",
    "vendor": "string",
    "description": "string",
    "version": "string",
    "license": "string",
    "link": "string",
    "tenant_scoped": false,
    "provider_scoped": false,
    "enabled": false
}
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns UiPluginMetadataResponse of type(s) application/json;version=39.1
This response body class contains all of the following: InlineUiPluginMetadataResponse0
"UiPluginMetadataResponse Object"

Code Samples
COPY
                    curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '{"license:"string","link:"string","pluginName:"string","vendor:"string","version:"string"}' https://{api_host}/cloudapi/extensions/ui/{id}