Changes to Get By Ingest Job Id

GET /api/v1/ingestion/jobs/{ingest_job_id}

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 1 of the 2 revisions of this API.21

  1. 1223758be9ba21

What changed

  • 1223758be9ba21See the full diff
    • for the path request parameter ingest_job_id, the minLength was increased from 0 to 24

      request-parameter-min-length-increased

    • added the pattern ^[0-9a-f]{24}$ to the path request parameter ingest_job_id

      request-parameter-pattern-added

    • for the path request parameter ingest_job_id, the maxLength was set to 24

      request-parameter-max-length-set