We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3de0928 commit 98fb80cCopy full SHA for 98fb80c
openapi/judge.yaml
@@ -276,8 +276,8 @@ paths:
276
277
/quotaAvailable:
278
get:
279
- summary: 查询账户计费点
280
- description: 查询当前账户的计费点情况
+ summary: 查询账户可用计费点
+ description: 查询当前账户的可用计费点情况
281
tags: [ 查询 ]
282
responses:
283
'200':
@@ -289,7 +289,7 @@ paths:
289
properties:
290
quotas:
291
type: array
292
- description: 计费点列表
+ description: 可用计费点列表
293
items:
294
type: object
295
0 commit comments