chore: declare new API endpoint surfaces
Dependency Audit / dependency-audit (push) Successful in 1m48s
Deployment Installer / deployment-installer (push) Successful in 6s
Security Audit / security-audit (push) Successful in 11m54s

This commit is contained in:
2026-08-07 14:54:09 +02:00
parent 50b81c9ca7
commit 209a43592f
@@ -357,6 +357,27 @@
"rationale": "The local bootstrap handoff reads only minimum first-run readiness before a normal authenticated shell exists.", "rationale": "The local bootstrap handoff reads only minimum first-run readiness before a normal authenticated shell exists.",
"repository": "govoplan-core" "repository": "govoplan-core"
}, },
{
"category": "ui_reachable",
"method": "POST",
"path": "/admin/privacy/data-subject-requests/{}/erasure-plan",
"rationale": "The Data-subject requests administration panel builds this revision-guarded action URL from the selected request identifier.",
"repository": "govoplan-core"
},
{
"category": "ui_reachable",
"method": "POST",
"path": "/admin/privacy/data-subject-requests/{}/execute",
"rationale": "The Data-subject requests administration panel builds this explicitly confirmed action URL from the selected request identifier.",
"repository": "govoplan-core"
},
{
"category": "ui_reachable",
"method": "POST",
"path": "/admin/privacy/data-subject-requests/{}/search",
"rationale": "The Data-subject requests administration panel builds this provider-search action URL from the selected request identifier.",
"repository": "govoplan-core"
},
{ {
"category": "public_integration", "category": "public_integration",
"method": "GET", "method": "GET",
@@ -805,6 +826,13 @@
"rationale": "A short-lived purpose-bound bearer grant lets the public Forms Runtime surface stream one attachment directly to Files without granting general Files access.", "rationale": "A short-lived purpose-bound bearer grant lets the public Forms Runtime surface stream one attachment directly to Files without granting general Files access.",
"repository": "govoplan-files" "repository": "govoplan-files"
}, },
{
"category": "ui_reachable",
"method": "GET",
"path": "/files/{}/versions/{}/download",
"rationale": "Postbox resolves immutable Files evidence references to this exact-version download URL; Files performs the final tenant and access check.",
"repository": "govoplan-files"
},
{ {
"category": "ui_reachable", "category": "ui_reachable",
"method": "POST", "method": "POST",