Appearance
POST
/job/job-history/entries/{id}/acknowledgeRequired scope:
viskan:jobconfig:readMarks a failed job execution as acknowledged.
Parameters
Path parameters
id integerThe unique identifier of the history entry to acknowledge.
Response
The failure was acknowledged.
| Error code | Description |
|---|---|
history-not-found | The history entry was not found. |
not-a-failure | Only failed jobs can be acknowledged. |