Execute Job
POST/job/:id/execute
Executes a job by id. Note: The execution of the job happens synchronously in the same thread.
Request
Responses
- 204
- 404
- 500
Request successful. This method returns no content.
Job with given id does not exist. See the Introduction for the error response format.
The job could not be executed successfully. See the Introduction for the error response format.