Invalid visibility

HTTP 422 · bad-visibility← all Webpath errors

The visibility value is not one of the allowed levels.

How to recover. Set visibility to private, unlisted, or public.

Example response

{
  "type": "https://muse.as/a/webpath/errors/bad-visibility",
  "title": "Invalid visibility",
  "status": 422,
  "detail": "Set visibility to private, unlisted, or public."
}

This page documents the bad-visibility 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.