Skip to content

Commit 537aa57

Browse files
Merge pull request #27 from hmcts/vnd_updates
added new name for interface
2 parents 4a18129 + a172d1c commit 537aa57

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/resources/openapi/case-admin-doc-knowledge-api.openapi.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ tags:
2727
description: Read versioned AI answers for queries (latest, as-of, or by version), optionally including the LLM input for integration.
2828
- name: Ingestion
2929
description: Document ingestion progress for a Case (blob upload → knowledge ingested).
30+
- name: Ingestion Process
31+
description: Document ingestion process in background through workflow.
3032

3133
paths:
3234
# ---------------------------
@@ -398,7 +400,7 @@ paths:
398400
# ---------------------------
399401
/ingestion-process:
400402
post:
401-
tags: [ Ingestion ]
403+
tags: [ Ingestion Process ]
402404
summary: Start backend process for the allocated hearings based on specific courtCentreId,roomId and date
403405
description: Returns the response by starting backend ingestion process silently
404406
operationId: startIngestionProcess

0 commit comments

Comments
 (0)