cURL
curl --request PUT \ --url http://localhost:8080/api/plugins/{name} \ --header 'Content-Type: application/json' \ --data '{ "enabled": true, "config": {} }'
Updates an existing plugin configuration.
Plugin updated successfully
Was this page helpful?