HTTP 422 · scope-invalid — ← all Webpath errors
The requested key scope is missing a namespace or is otherwise invalid.
How to recover. Scope the key to one of your spaces with valid ops and formats.
Example response
{
"type": "https://muse.as/a/webpath/errors/scope-invalid",
"title": "Invalid scope",
"status": 422,
"detail": "Scope the key to one of your spaces with valid ops and formats."
}
This page documents the scope-invalid 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.