mirror of
https://hubproxy.babadafafafafa.cn/https://github.com/yunionio/cloudpods.git
synced 2026-09-20 08:03:53 +08:00
Merge pull request #1978 from swordqiu/hotfix/qj-fix-docs-syntax-error-20190729
fix: post domain quota missing domain_id, post bucket missing resposne body
This commit is contained in:
@@ -23,7 +23,7 @@ post:
|
||||
required: true
|
||||
schema:
|
||||
$ref: "../schemas/bucket.yaml#/BucketCreateInput"
|
||||
response:
|
||||
responses:
|
||||
200:
|
||||
description: 对象存储桶信息
|
||||
schema:
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
get:
|
||||
summary: 获得指定域的配额
|
||||
parameters:
|
||||
$ref: "../parameters/quota.yaml#/domain_id"
|
||||
- $ref: "../parameters/quota.yaml#/domain_id"
|
||||
responses:
|
||||
200:
|
||||
description: 配额信息
|
||||
|
||||
Reference in New Issue
Block a user