Patch Plugins

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
    }
]
Optional
Authentication
This operation uses the following authentication methods.
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 '[{}]'