Create a new Plugin

Create a new Plugin

Will create a service user in the UMS, upload the code file if sent, publish the plugin,
create an accessible endpoint for it and subscribe all requested notifications and interceptions to that endpoint.
If code is not sent it will use a seed code instead.
If this API fails, it will roll back the changes it made.
This is a "multipart/form-data" request that includes both the binary zip file and configuration
information.
The form should include 2 parameters:

  1. "code": Non-mandatory binary zip file.
  2. "config": Mandatory JSON configuration of the plugin

This API requires SETTINGS_PLUGIN_CREATE permission(s).

Language
Authorization
Bearer
JWT
Click Try It! to start a request and see the response here!