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
What changed
- ▲
for the
pathrequest parameteringest_job_id, the minLength was increased from0to24request-parameter-min-length-increased
- ▲
added the pattern
^[0-9a-f]{24}$to thepathrequest parameteringest_job_idrequest-parameter-pattern-added
- ●
for the
pathrequest parameteringest_job_id, the maxLength was set to24request-parameter-max-length-set
- ▲