Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 959 Bytes

File metadata and controls

35 lines (21 loc) · 959 Bytes

PluginsApi

All URIs are relative to http://localhost

Method HTTP request Description
callPlugin POST /api/v1/plugins/{plugin_id}/call Calls a plugin method.

callPlugin

ApiResponse_PluginCallResponse callPlugin(plugin_id, PluginCallRequest)

Calls a plugin method.

Parameters

Name Type Description Notes
plugin_id String The unique identifier of the plugin [default to null]
PluginCallRequest PluginCallRequest

Return type

ApiResponse_PluginCallResponse

Authorization

bearer_auth

HTTP request headers

  • Content-Type: application/json
  • Accept: application/json