gpt4 book ai didi

django-rest-framework - 用于 GET 请求的 drf-yasg 文档输入和输出序列化程序

转载 作者:行者123 更新时间:2023-12-03 14:38:46 31 4
gpt4 key购买 nike

我想用 drf-yasg 记录 GET 请求的输入模式和输出模式。

似乎并不容易。

     @swagger_auto_schema(
manual_parameters=[
openapi.Parameter('cart_id', in_=openapi.IN_QUERY,
type=openapi.TYPE_INTEGER)
])

上面的代码显示了 GET 参数,但以某种方式隐藏了响应模式。
@swagger_auto_schema(methods=['put', 'post'], request_body=UserSerializer)

我不能将 request_body 用于 GET 查询参数,它仅用于帖子正文

那么如何使用 drf-yasg 记录我的输入模式和输出模式?

最佳答案

关于django-rest-framework - 用于 GET 请求的 drf-yasg 文档输入和输出序列化程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58037024/

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