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:
yunion-ci-robot
2019-07-30 16:50:32 +08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ post:
required: true
schema:
$ref: "../schemas/bucket.yaml#/BucketCreateInput"
response:
responses:
200:
description: 对象存储桶信息
schema:

View File

@@ -1,7 +1,7 @@
get:
summary: 获得指定域的配额
parameters:
$ref: "../parameters/quota.yaml#/domain_id"
- $ref: "../parameters/quota.yaml#/domain_id"
responses:
200:
description: 配额信息