Summary
Run Endpoint Trigger With POST
Description
Runs the action associated with the API Trigger document, given the routeName, and POST as the verb
Route
POST /operations-manager/triggers/endpoint/:routeName
Roles
admin
apiwrite
engineering
operations
Parameters
DetailsExampleSchema
| Name | Type | Required | Description |
|---|---|---|---|
| routeName | string | yes | the value of routeName on the trigger document |
| body | object | yes | the POST body used to create the workflow input |
Return
DetailsExampleSchema
| Name | Type | Description |
|---|---|---|
| result | object | data returned from calling a workflow. A job document by default |