Skip to content
  • Mihai Patrascoiu's avatar
    FTS-1669: Properly propagate HTTP status code and messages · 05e4498a
    Mihai Patrascoiu authored
    Ensures the following scenarios work correctly:
    - 1 job, successful: 200 OK, job JSON
    - 1 job, error: error code, job_error JSON
    - multiple jobs, all successful: 200 OK, list of job JSONs
    - multiple jobs, at least one error: 207 Multi-Status, list of job and job_error JSONs
    
    Change reflected in functional tests as well
    05e4498a