CHW-4308 PackageIdentifierMissing
missing package or permission identifier in URL; supply /api/packages/{id} or /api/package-permissions/{id}
Copies the raw Markdown source of this guide, for pasting into an LLM or notes.
Default message: missing package or permission identifier in URL; supply /api/packages/{id} or /api/package-permissions/{id}
HTTP status:400(client)
Problem. The caller hit /api/packages/ or
/api/package-permissions/ or /api/exceptions/ without an id in the
path. Cause. The URL was constructed without the trailing id.
Fix. Include the id: /api/packages/{id} etc. HTTP 400.