Invalid uploads policy

HTTP 422 · bad-uploads← all Webpath errors

The uploads policy value is invalid.

How to recover. Set uploads to "all", null, or an array of file extensions.

Example response

{
  "type": "https://muse.as/a/webpath/errors/bad-uploads",
  "title": "Invalid uploads policy",
  "status": 422,
  "detail": "Set uploads to \"all\", null, or an array of file extensions."
}

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