PUT
/
connectors
/
plugins
Install a plugin
curl --request PUT \
  --url https://{FUSION HOST}/api/connectors/plugins \
  --header 'Content-Type: application/zip'
{
  "pluginId": "lucidworks.slack",
  "status": {
    "action": "INSTALL",
    "status": "SUCCESS",
    "message": "Plugin lucidworks.slack was installed successfully."
  }
}

Body

application/zip · file

The body is of type file.

Response

200 - application/json

OK

The response is of type object.