doc: drain view swagger 变动
This commit is contained in:
parent
e2c44f06c4
commit
f1aa402383
|
@ -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),
|
||||
]
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue