Plugin
Invoke a plugin function
Dispatch a named function on an enabled plugin. Disabled plugins return 404.
post/v1/plugins/{pluginId}/invoke
Request body
Example request
{
"function": "startTimer",
"scope_id": "Issue:9bsv0s46s6s002p9ltq0"
}Response
OK
Changes
Changed in 1 of the 26 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○