gpt4 book ai didi

swagger - 如何指定以 Swagger 返回的pdf?

转载 作者:行者123 更新时间:2023-12-03 12:15:34 24 4
gpt4 key购买 nike

我的REST API中有一个get调用,该调用需要返回pdf文件。没有明确的示例/文档,说明如何执行此操作而不引起语法错误。

  responses:
200:
description: Returns PDF
schema: [application/pdf]


  responses:
200:
description: Returns PDF
schema:
type: file


  responses:
200:
description: Returns PDF
schema:
type: [application/pdf]

都失败了。这有可能吗?

最佳答案

  responses:
200:
description: Returns PDF
schema:
type: file

在您提供的选项中,这是正确的选项。另外,请确保使用 produces: [application/pdf]
如果对您而言失败,请确保使用最新版本的编辑器。最近解决了与 file类型相关的错误。

关于swagger - 如何指定以 Swagger 返回的pdf?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32187119/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com