Complete job
POST/jobs/:jobKey/completion
Complete a job with the given payload, which allows completing the associated service task.
Request
Responses
- 204
- 400
- 404
- 409
- 500
The job was completed successfully.
The job with the given key cannot be completed. More details are provided in the response body.
The job with the given key was not found.
The job with the given key is in the wrong state currently. More details are provided in the response body.
An internal error occurred while processing the request.