Invalid name

HTTP 422 · space-name-invalid← all Webpath errors

The name breaks the naming rules.

How to recover. Use 5–32 characters: lowercase letters, digits, hyphens; one label, no dots.

Example response

{
  "type": "https://muse.as/a/webpath/errors/space-name-invalid",
  "title": "Invalid name",
  "status": 422,
  "detail": "Use 5\u201332 characters: lowercase letters, digits, hyphens; one label, no dots."
}

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