From 5ea18183390e0b93b2485267a38f6e6082493b88 Mon Sep 17 00:00:00 2001 From: veryCrunchy Date: Mon, 14 Sep 2026 03:19:08 +0200 Subject: [PATCH] docs(api): specify unavailable diagnostic download response --- openapi.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/openapi.yaml b/openapi.yaml index 86ab236..2483c8b 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -255,6 +255,15 @@ paths: schema: { type: string, format: binary } "401": { $ref: "#/components/responses/Problem" } "404": { $ref: "#/components/responses/Problem" } + "503": + description: The report exists but its private diagnostic archive is unavailable. + content: + application/json: + schema: { $ref: "#/components/schemas/Problem" } + example: + contractVersion: 1 + code: diagnostics_unavailable + message: The report is available, but its diagnostic archive is unavailable. /api/v1/admin/reports/{id}/messages: post: summary: Ask a reporter for more information