Try Bifrost Enterprise free for 14 days. Explore now
cURL
curl --request PUT \ --url http://localhost:8080/api/plugins/{name} \ --header 'Content-Type: application/json' \ --data ' { "enabled": true, "config": {}, "path": "<string>" } '
{ "message": "<string>", "plugin": { "name": "<string>", "enabled": true, "config": {}, "isCustom": true, "path": "<string>", "status": { "name": "<string>", "status": "active", "logs": [ "<string>" ] } } }
Updates a plugin’s configuration. Will reload or stop the plugin based on enabled status.
Plugin name
Update plugin request
Plugin updated successfully
Plugin operation response
Plugin configuration
Show child attributes
Was this page helpful?