aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Engelbrecht <[email protected]>2023-09-14 09:56:11 +0200
committerDan Engelbrecht <[email protected]>2023-09-14 09:56:11 +0200
commit7b2a89750eaeec0f9545e41b92369ea8d00e0a05 (patch)
tree765b76cbcd34bfc006055437cd63c56ce8378596
parenthttp and httpsys config options (#401) (diff)
downloadzen-7b2a89750eaeec0f9545e41b92369ea8d00e0a05.tar.xz
zen-7b2a89750eaeec0f9545e41b92369ea8d00e0a05.zip
changelog
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 092f35995..6ded8ddb8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,6 @@
##
-- Feature: New http endpoint for background jobs `/admin/jobs/status` which will return a response listing the currently active background jobs and their status
-- Feature: New http endpoint for background jobs information `/admin/jobs/status/{jobid}` which will return a response detailing status, pending messages and progress status
+- Feature: New http endpoint for background jobs `/admin/jobs` which will return a response listing the currently active background jobs and their status
+- Feature: New http endpoint for background jobs information `/admin/jobs/{jobid}` which will return a response detailing status, pending messages and progress status
- GET will return a response detailing status, pending messages and progress status
- DELETE will mark the job for cancelling and return without waiting for completion
- If status returned is "Complete" or "Aborted" the jobid will be removed from the server and can not be queried again