Invalid name

HTTP 422 · bad-name← all Webpath errors

The supplied name is invalid.

How to recover. Provide a valid name per the naming rules.

Example response

{
  "type": "https://muse.as/a/webpath/errors/bad-name",
  "title": "Invalid name",
  "status": 422,
  "detail": "Provide a valid name per the naming rules."
}

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