Invalid tags

HTTP 422 · bad-tags← all Webpath errors

The tags value is malformed.

How to recover. Send tags as an array of short strings.

Example response

{
  "type": "https://muse.as/a/webpath/errors/bad-tags",
  "title": "Invalid tags",
  "status": 422,
  "detail": "Send tags as an array of short strings."
}

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