HTTP 422 · bad-sharing — ← all Webpath errors
The sharing map is malformed.
How to recover. Use a map of email→ops (or "*"→ops) with valid ops.
Example response
{
"type": "https://muse.as/a/webpath/errors/bad-sharing",
"title": "Invalid sharing",
"status": 422,
"detail": "Use a map of email\u2192ops (or \"*\"\u2192ops) with valid ops."
}
This page documents the bad-sharing 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.