Changes to Get Job Status
GET /api/v1/ingestion/jobs/{ingest_job_id}/status
Every recorded change to this endpoint, newest first. Back to the operation
Changed in 3 of the 4 revisions of this API.343
What changed
- ▲
added to the response body
oneOflist for the response statusresponse-body-one-of-added
- ●
deleted the
headerrequest parameterAuthorizationrequest-parameter-removed
- ○
the endpoint scheme security
HTTPBearerwas added to the APIapi-security-added
- ○
removed from the response body
oneOflist for the response statusresponse-body-one-of-removed
This revision also has 355 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
api operation id
get-job-status-api-v-1-ingestion-jobs-ingest-job-id-status-getremoved and replaced withingestion_status_get_job_status_api_v1_ingestion_jobs__ingest_job_id__status_getapi-operation-id-removed
- ○
- ▲
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
queryrequest parameterlimit, the exclusiveMinimum was set to0.00request-parameter-exclusive-min-set
- ●
for the
pathrequest parameteringest_job_id, the maxLength was set to24request-parameter-max-length-set
- ●
for the
queryrequest parameteroffset, the min was set to0.00request-parameter-min-set
- ▲