You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Expand the "ingesting" property returned as part of API manifest to include the current batch identifiers. This will allow consumers to independently check batch status or redirect to a UI to check progress etc.
Note that we're using "currentBatches" rather than "batches" to allow possibility for adding all batches over time (e.g. if a manifest is updated multiple times it could have "old" and current batches).
This response should be included in
Immediate response when created
GET response IF there is a currently ingesting batch
The text was updated successfully, but these errors were encountered:
donaldgray
changed the title
Include currentBatch identifiers for manifests create response **Unrefined**
Include currentBatch identifiers in manifests create response **Unrefined**
Jan 24, 2025
donaldgray
changed the title
Include currentBatch identifiers in manifests create response **Unrefined**
Include currentBatch identifiers in manifests response **Unrefined**
Jan 24, 2025
donaldgray
changed the title
Include currentBatch identifiers in manifests response **Unrefined**
Include currentBatch identifiers in manifests response
Jan 24, 2025
Expand the
"ingesting"
property returned as part of API manifest to include the current batch identifiers. This will allow consumers to independently check batch status or redirect to a UI to check progress etc.e.g.:
Note that we're using
"currentBatches"
rather than"batches"
to allow possibility for adding all batches over time (e.g. if a manifest is updated multiple times it could have "old" and current batches).This response should be included in
The text was updated successfully, but these errors were encountered: