Audit log is read-only

HTTP 405 · audit-read-only← all Webpath errors

The audit log is read-only.

How to recover. Read it with GET; it cannot be written.

Example response

{
  "type": "https://muse.as/a/webpath/errors/audit-read-only",
  "title": "Audit log is read-only",
  "status": 405,
  "detail": "Read it with GET; it cannot be written."
}

This page documents the audit-read-only error type returned in Webpath RFC 7807 application/problem+json responses. The machine-readable detail field carries a recovery hint you can show a user verbatim — see the Spec §12 and API Reference.