Merge "Change the following parameters from query strings in URI to parts of JSON body."
This commit is contained in:
commit
3d733946e7
@ -56,7 +56,7 @@
|
||||
href="../api_samples/os-multiple-create/multiple-create-no-resv-post-req.xml"
|
||||
/>
|
||||
</wadl:doc>&serverCreateParameters; <param
|
||||
name="return_reservation_id" style="query"
|
||||
name="return_reservation_id" style="plain"
|
||||
required="false" type="xsd:string">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||
xml:lang="EN"><para>Set to <code>True</code>to
|
||||
@ -67,7 +67,7 @@
|
||||
provider enables multiple server
|
||||
launch.</para></wadl:doc>
|
||||
</param>
|
||||
<param name="min_count" style="query" required="false"
|
||||
<param name="min_count" style="plain" required="false"
|
||||
type="xsd:string">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||
xml:lang="EN"><para>The minimum number of
|
||||
@ -75,7 +75,7 @@
|
||||
provider enables multiple server
|
||||
launch.</para></wadl:doc>
|
||||
</param>
|
||||
<param name="max_count" style="query" required="false"
|
||||
<param name="max_count" style="plain" required="false"
|
||||
type="xsd:string">
|
||||
<wadl:doc xmlns="http://docbook.org/ns/docbook"
|
||||
xml:lang="EN"><para>The maximum number of
|
||||
|
Loading…
x
Reference in New Issue
Block a user