Skip to main content
POST
/
api
/
plugins
Create Plugin
curl --request POST \
  --url http://localhost:8080/api/plugins \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "<string>",
  "enabled": true,
  "config": {}
}'

Body

application/json
name
string
enabled
boolean
config
object

Response

201

Plugin created successfully