CHW-4924 APIKeyIDRequired
missing api key id
Copies the raw Markdown source of this guide, for pasting into an LLM or notes.
Default message: missing api key id
HTTP status:400(client)
Problem. /api/api-keys/{id} path segment was empty after
trimming. Cause. Caller built a URL with no id. Fix. Include
the api key id in the path. HTTP 400.