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:
parent
bb63560a5f
commit
69f27a7ced
@ -164,6 +164,8 @@ Request
|
||||
Response
|
||||
--------
|
||||
|
||||
There is no body content for the response of a successful DELETE operation.
|
||||
|
||||
List Default Quotas For Tenant
|
||||
==============================
|
||||
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user