v1
plugins

Execute a plugin action

Execute a custom action on an enabled plugin

post/api/v1/plugins/{plugin_id}/actions/{action_name}

Path parameters

plugin_idstring required
action_namestring required

Request body

paramsobject

Parameters to pass to the action

Response

Successful Response

successboolean required

Whether the action was successful

messagestring required

Response message

dataobject nullable

Action result data

Changes

No recorded changes to this endpoint across all 1 revision of this API.