CHW-4924 APIKeyIDRequired

missing api key id

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.