Set plugin log level
Sets the minimum severity the plugin's log store retains going forward
PUT /plugins/{id}/logs/level
note
SDK method: setPluginLogLevel
Security: authenticated (policy: platform.manage)
Attributes
Attributes (1)
| Attribute | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Path parameter. |
Request body (application/json)
Accepts a PluginLogLevelInput object.
Response
200 OK — Returns a PluginDetail object.