gpt4 book ai didi

swagger-ui - Swagger UI - 添加禁用 "try it out"按钮的 curl 示例

转载 作者:行者123 更新时间:2023-12-05 02:49:27 25 4
gpt4 key购买 nike

我正在使用 Swagger UI 为自定义 REST API 创建文档。

我禁用了“试用”按钮,因为我不想要它,但我很想显示每个请求的 curl 命令。

有没有办法在不激活“试用”按钮的情况下显示它?或者在 YAML 文件中添加一些内容,以显示另一个包含自定义文本的 div?

最佳答案

Is there a way to show it without activating the "try it out" button?

没有。 Swagger UI 的 curl 命令生成器依赖于“试用”可用性,因为命令是根据用户在“试用”期间指定的特定参数值生成的。

Or maybe add something in the YAML file that shows one more div with custom text in it?

您可以使用 description 字段来添加操作的详细信息,例如代码示例。说明支持Markdown用于富文本格式。

paths:
/something:
get:
summary: Get something
description: >-
Detailed description goes here.


And here's some code:

curl https://example.com/something -H "Accept: application/json"

responses:
200:
description: Successful response

关于swagger-ui - Swagger UI - 添加禁用 "try it out"按钮的 curl 示例,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64016515/

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