api-ref: Fix parameters and response in os-quota-sets.inc

The type of 'quota_set' is changed to 'object'.
Add a missing response description of DELETE method.

Change-Id: I0a51861c68866303734a1d161b85689e1a3ba636
Closes-Bug: #1653897
This commit is contained in:
Takashi NATSUME 2017-01-04 16:04:48 +09:00
parent bb63560a5f
commit 69f27a7ced
2 changed files with 3 additions and 1 deletions

View File

@ -164,6 +164,8 @@ Request
Response
--------
There is no body content for the response of a successful DELETE operation.
List Default Quotas For Tenant
==============================

View File

@ -3608,7 +3608,7 @@ quota_set:
A ``quota_set`` object.
in: body
required: true
type: string
type: object
quota_tenant_or_user_id_body:
description: |
The UUID of the tenant/user the quotas listed for.