Skip to content

Commit

Permalink
fix: bug of swagger schema description
Browse files Browse the repository at this point in the history
  • Loading branch information
ebay-copilot-hli4 authored and normal-wls committed Sep 13, 2024
1 parent 2e1e3da commit 4e4810f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gcloud/contrib/admin/views/command.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,9 @@ def batch_revoke_task(request):
批量 终止某批任务,并终止该任务下面正在执行的节点
body: data
{
"project_id": 任务 id
"project_id": "任务 id",
"task_id(optional)": "任务 id ",
"task_ids(optional)": "任务 ID 列表(list)",
"task_ids(optional)": "任务 ID 列表(list)"
}
"""

Expand Down

0 comments on commit 4e4810f

Please sign in to comment.