doc: drain view swagger 变动

This commit is contained in:
caoqianming 2024-08-08 14:55:26 +08:00
parent e2c44f06c4
commit f1aa402383
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ class DrainViewSet(CustomModelViewSet):
@swagger_auto_schema(
manual_parameters=[
openapi.Parameter(name="has_equipdata", in_=openapi.IN_QUERY, description="Include equip data in the response", type=openapi.TYPE_STRING, enum=["yes", "no"], required=False),
openapi.Parameter(name="equip_data", in_=openapi.IN_QUERY, description="Include equip data in the response", type=openapi.TYPE_STRING, enum=["yes", "no"], required=False),
openapi.Parameter(name="query", in_=openapi.IN_QUERY, description="定制返回数据", type=openapi.TYPE_STRING, required=False),
]
)