forked from unom/punktfunk
`mgmt::tests::openapi_document_is_complete_and_checked_in` compares the served document against the checked-in snapshot, so the endpoint doc edits in the scanner removal made it stale and failed `ci / rust`. Regenerated with `cargo run -p punktfunk-host -- openapi > api/openapi.json`. The diff is 11 lines, all descriptions — no path, operationId or schema shape moved. In particular `SourceOrigin` still enumerates ["builtin", "plugin"]: the variant was kept deliberately so the console, which ships as its own package and drives an N-1 host that still reports builtin sources, does not have its generated union narrowed out from under that pairing.