Skip to content

Update plugin settings

PUT
/api/plugins/{name}/settings

Update plugin settings. 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 settings have been updated.

application/json
JSON
{
  
"success": true
}

Playground

Authorization
Variables
Key
Value
Body

Samples

Powered by VitePress OpenAPI