HTML Job status response #779
Labels
feature/job
Issues related to job execution, reporting and logging.
triage/bug
Something isn't working
triage/feature
New requested feature.
Description
The process listing, description, and job listing all have HTML responses support. However, when listing jobs (
/jobs?f=html
or by default when in a browser), the provided links of the listedJobID
point to/jobs/{jobID}?f=html
. Since HTML is not implemented for that endpoint, Weaver's own references result in 406, and users are forced to manually setf=json
to obtain the status contents as JSON.To Do
f=html
(or maybe even explicitly setf=json
?).References
The text was updated successfully, but these errors were encountered: