We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 017fc7a commit 6aea9f8Copy full SHA for 6aea9f8
1 file changed
bk-plugin-framework/bk_plugin_framework/services/bpf_service/api/schedule.py
@@ -59,7 +59,6 @@ class Schedule(APIView):
59
summary="获取插件调度详情",
60
operation_id="plugin_schedule",
61
parameters=[ScheduleParamsSerializer],
62
- request=ScheduleParamsSerializer,
63
responses={200: standard_response_enveloper(ScheduleResponseSerializer)},
64
extensions=gen_apigateway_resource_config(
65
is_public=True,
0 commit comments