Adjust the request param sequence

the volumeAttachment contains volumeId and device
so it should be on top of them as convention of whole book.

Change-Id: Ie16cc25b371dedc775520ab0db79e14129ecbe2d
Partial-Bug: #1515222
This commit is contained in:
jichenjc 2016-01-29 00:44:24 +08:00
parent 39dd897107
commit 4d89b226ae
1 changed files with 10 additions and 10 deletions

View File

@ -144,6 +144,16 @@
href="../samples/os-volumes/attach-volume-to-server-request.json"
/>
</wadl:doc>
<param name="volumeAttachment" style="template"
type="xsd:dict">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xml:lang="EN">
<para>
A dictionary representation of a volume
attachment.
</para>
</wadl:doc>
</param>
<param name="volumeId" style="template"
type="csapi:UUID">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
@ -164,16 +174,6 @@
</para>
</wadl:doc>
</param>
<param name="volumeAttachment" style="template"
type="xsd:dict">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xml:lang="EN">
<para>
A dictionary representation of a volume
attachment.
</para>
</wadl:doc>
</param>
</representation>
</request>
<response status="202">