Use PUT method for user update

Kestone API V2 uses PUT method for user update, but this document uses
wrong method POST.

Change-Id: I7e6793a4b0795b992ca1e2615903ceb8a4d3a41e
Closes-Bug: #1273857
This commit is contained in:
ZhiQiang Fan 2014-01-29 12:39:20 +08:00
parent 26f15593ba
commit 260c6d9745

View File

@ -461,7 +461,7 @@
</wadl:doc>
</representation>
</response> &commonFaults; &getFaults; &postPutFaults; </method>
<method name="POST" id="updateUser">
<method name="PUT" id="updateUser">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
title="Update User">
<para role="shortdesc">Updates a user.</para>