fix(format): prettier drift in 2 docs (pre-existing, caught by format:check)

No content change — markdown list-marker/line-wrap normalization only.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
eho
2026-07-30 09:24:53 +02:00
co-authored by Claude Sonnet 5
parent 5cb3e1a9f0
commit 29257048b5
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -173,7 +173,7 @@ CallerIdentity.cs`):
existing admin-only `ListCases(now)`. `LocalZaakSource` filters `ApplicationStore.List(bsn)`
(unchanged local behaviour); `OpenZaakZaakSource` appends ZGW's
`rol__betrokkeneIdentificatie__natuurlijkPersoon__inpBsn=<bsn>` query filter to `GET
{ZrcBaseUrl}/zaken`. `GET /applications` (the citizen's own dashboard) now routes through this
{ZrcBaseUrl}/zaken`. `GET /applications` (the citizen's own dashboard) now routes through this
instead of calling `ApplicationStore` directly — the last "reads a static store directly" gap
the ACL caveat below used to flag for a citizen-facing endpoint.