mirror of
https://github.com/langgenius/dify.git
synced 2026-07-14 08:57:02 +08:00
@accepts(query/body) now emits a 422 response with ErrorBody; @returns emits a default error response with ErrorBody. ErrorBody (and auto-promoted ErrorDetail) are registered in openapi_ns so they appear in definitions and are reachable from both error response entries.