Skip to content

Test plugin​

POST
/api/plugins/{name}/test

Test plugin. 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"

Request Body​

application/json
JSON
{
  
"enable": false,
  
"setting_key": "setting_value"
}

Responses​

Plugin test result.

application/json
JSON
{
  
"success": true
}

Playground​

Authorization
Variables
Key
Value
Body

Samples​

Powered by VitePress OpenAPI