CHW-4513 AuditEventInvalid
audit event payload was missing required fields or could not be decoded; check the request body shape
Copies the raw Markdown source of this guide, for pasting into an LLM or notes.
Default message: audit event payload was missing required fields or could not be decoded; check the request body shape
HTTP status:400(client)
Problem. POST /api/audit/events returned 400. Cause. Either
the JSON body could not be decoded, or the decoded payload was missing
the required action field. Fix. Send a JSON body matching
auditEventPayload with a non-empty action. HTTP 400.