Patch Plugins
Updates the log level and/or state of matching plug-ins
Request
URI
PATCH
https://{api_host}/vco/api/plugins
COPY
Request Body
[
{
"id": "string",
"logLevel": "string",
"enabled": false
}
]
Responses
200
The new settings have been saved
Operation doesn't return any data structure
400
Incorrect/incomplete patch data
Operation doesn't return any data structure
401
The user is not authenticated
Operation doesn't return any data structure
403
The user is not authorized
Operation doesn't return any data structure
Code Samples
COPY
curl -X PATCH -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]'
Plug In Service Operations
POST
Create Plugin Installation
GET
List All Plugins
DELETE
Delete Plugins
PATCH
Patch Plugins
GET
Get Plugin Installation
DELETE
Cancel Plugin Installation
PATCH
Finish Plugin Installation
GET
Download Plugin 1
DELETE
Delete Plugin
GET
Get Plugin Icon
GET
Get Plugin Installation Entry Icon