Change return code from 204 to 202

Even conceptually the delete should return 204, current code
returns 202 so we change the doc now and will restore it back
to 204 when code update.

Change-Id: Ic76e8768151f13c4984ed2a3d95b4465b6d352a0
Partial-Bug: #1515222
This commit is contained in:
jichenjc 2015-11-23 16:35:04 +08:00
parent 065dccb65d
commit 4639c2402b
1 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@
xmlns="http://docbook.org/ns/docbook">
<para role="shortdesc">Deletes a quota for tenant.</para>
</wadl:doc>
<response status="204"/>
<response status="202"/>
</method>
<method name="GET" id="showdefaultquotas">
<wadl:doc xml:lang="EN" title="Show default quotas"
@ -153,7 +153,7 @@
<para role="shortdesc">Deletes quota for a
user.</para>
</wadl:doc>
<response status="204"/>
<response status="202"/>
</method>
<method name="PUT" id="updatesquotauser">
<wadl:doc xml:lang="EN" title="Update quota for user"