All URIs are relative to http://localhost
| Method | HTTP request | Description |
|---|---|---|
| callPlugin | POST /api/v1/plugins/{plugin_id}/call | Calls a plugin method. |
ApiResponse_PluginCallResponse callPlugin(plugin_id, PluginCallRequest)
Calls a plugin method.
| Name | Type | Description | Notes |
|---|---|---|---|
| plugin_id | String | The unique identifier of the plugin | [default to null] |
| PluginCallRequest | PluginCallRequest |
ApiResponse_PluginCallResponse
- Content-Type: application/json
- Accept: application/json