cURL
curl --request POST \ --url http://localhost:8080/api/plugins \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "enabled": true, "config": {} }'
Creates a new plugin configuration.
Plugin created successfully
Was this page helpful?