Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ tags:
description: Read versioned AI answers for queries (latest, as-of, or by version), optionally including the LLM input for integration.
- name: Ingestion
description: Document ingestion progress for a Case (blob upload → knowledge ingested).
- name: Ingestion Process
description: Document ingestion process in background through workflow.

paths:
# ---------------------------
Expand Down Expand Up @@ -398,7 +400,7 @@ paths:
# ---------------------------
/ingestion-process:
post:
tags: [ Ingestion ]
tags: [ Ingestion Process ]
summary: Start backend process for the allocated hearings based on specific courtCentreId,roomId and date
description: Returns the response by starting backend ingestion process silently
operationId: startIngestionProcess
Expand Down
Loading