you can also call this with POST
Request
Body Params application/json
content depends on the plugin
{
"id": "string",
"config": {}
}
Request samples
curl --location --request POST 'http://localhost/~/api/set_plugin' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"config": {}
}'
Responses
application/json Modified at 2025-05-30 14:11:36