Skip to content

Enable/disable plugin

PUT
/api/plugins/{name}/toggle

Update plugin enabled status. Admin role is required.

Authorizations

bearerAuth

Bearer token using a JWT

Type
HTTP (Bearer)

Parameters

Path Parameters

name*

Plugin name

Type
string
Required
Example"Example"

Query Parameters

enable*

Set enabled status

Type
boolean
Required
Exampletrue

Responses

Plugin settings have been updated.

application/json
JSON
{
  
"success": true
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI