From d08f9f0f2dbd10fb540c9b81dd0344ef4fc65756 Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Thu, 20 Aug 2026 18:00:21 +0200 Subject: [PATCH] chore: classify audit evidence lifecycle endpoint --- tools/inventory/endpoint-surface-declarations.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/tools/inventory/endpoint-surface-declarations.json b/tools/inventory/endpoint-surface-declarations.json index 42c27f6..e5cd404 100644 --- a/tools/inventory/endpoint-surface-declarations.json +++ b/tools/inventory/endpoint-surface-declarations.json @@ -280,6 +280,13 @@ "rationale": "The module WebUI constructs this endpoint through a mounted router prefix, generic action, or provider path.", "repository": "govoplan-audit" }, + { + "category": "intentionally_headless", + "method": "GET", + "path": "/admin/audit/evidence-bundles/{}", + "rationale": "Evidence export clients can poll the persisted request/result lifecycle before downloading; the current synchronous administration action downloads ready bundles directly.", + "repository": "govoplan-audit" + }, { "category": "ui_reachable", "method": "GET",