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 @@ -447,7 +447,7 @@
description: date for which allocated hearings needs to be processed in backend

get:
tags: [ Backend Process ]

Check warning on line 450 in src/main/resources/openapi/case-admin-doc-knowledge-api.openapi.yml

View workflow job for this annotation

GitHub Actions / spectral-lint

operation-tag-defined Operation tags must be defined in global tags.
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: getBackendProcessStarted
Expand Down Expand Up @@ -696,3 +696,7 @@
type: string
format: date-time
description: UTC timestamp when the error was created.
traceId:
type: string
description: Unique identifier for tracing requests.
example: "a1b2c3d4e5f6g7h8"
Loading