Execute a plugin action
POST/api/v1/plugins/:id/execute
Invokes a plugin action and returns the result. Actions are typed by plugin type:
metadata: search, get, match (requires write permission for the content_type)ping: health check (requires PluginsManage permission)
Request
Responses
- 200
- 400
- 401
- 403
- 404
Action executed
Invalid request
Unauthorized
Insufficient permission for this action
Plugin not found