Skip to main content
PUT
/
api
/
plugins
/
{name}
Update Plugin
curl --request PUT \
  --url http://localhost:8080/api/plugins/{name} \
  --header 'Content-Type: application/json' \
  --data '{
  "enabled": true,
  "config": {}
}'

Path Parameters

name
string
required

Body

application/json
enabled
boolean
config
object

Response

200

Plugin updated successfully