Update A plugin
Update the existing plugin identified by the input id with the input plugin.
Request
URI
PUT
https://{api_host}/component-registry/api/plugins/{id}
COPY
Path Parameters
string
id
Required
The id of plugin to be updated
Request Body
The plugin data to be updated
Plugin of type(s) application/json
Required
{
"metadata": "string",
"pluginUrl": "string",
"id": "string"
}
string
metadata
Required
metadata
string
pluginUrl
Required
pluginUrl
string
id
Optional
id
Responses
200
successful operation
Returns Plugin of type(s) */*
{
"metadata": "string",
"pluginUrl": "string",
"id": "string"
}
string
metadata
Required
metadata
string
pluginUrl
Required
pluginUrl
string
id
Optional
id
204
Operation doesn't return any data structure
On This Page
Extensibility Plugins Operations
POST
Create A plugin
DELETE
Delete A plugin
GET
Get A plugin
GET
Get all the extensions
GET
Get An extension
GET
List all the extensions for A plugin
PUT
Update A plugin