Configure a plugin Run in API Explorer
POST
/plugins/{name}/set
curl \
--request POST 'http://api.example.com/v1.49/plugins/{name}/set' \
--header "Content-Type: application/json" \
--data '["DEBUG=1"]'
Request examples
[
"DEBUG=1"
]
Response examples (404)
{
"message": "Something went wrong."
}
Response examples (404)
{
"message": "Something went wrong."
}
Response examples (500)
{
"message": "Something went wrong."
}
Response examples (500)
{
"message": "Something went wrong."
}