我配置了广泛支持的格式YAML。
add_swagger_documentation(
hide_documentation_path: true,
produces: [ 'application/yaml'],
hide_format: true,
mount_path: "/swagger_doc",
info: {
title: "The homepage.",
}
)
然后我在响应客户端之前将结果解析为YAML,但错误消息仍返回JSON。要完全使用YAML而不是JSON,接下来要做的下一步是什么?