HTTP 405 · links-read-only — ← all Webpath errors
_links.json is derived and cannot be written.
How to recover. Use POST /_links.json?reindex to rebuild it.
Example response
{
"type": "https://muse.as/a/webpath/errors/links-read-only",
"title": "_links.json is a projection",
"status": 405,
"detail": "Use POST /_links.json?reindex to rebuild it."
}
This page documents the links-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.