Comment 0 for bug 1483458

Revision history for this message
Masayuki Nakamura (m-nakamura-2) wrote : Parameter "size_min" of "List image details" is depulicated

"size_min" parameter of "14.2.2. List image details" is depulicated as follow.

size_min String(Optional) The minimum size of the image, in bytes.
size_min String(Optional) Value of the maximum size of the image in bytes.

lower one may be "size_max".

The point of modification is clarified.
"size_min" in 680th line revice to "size_max" In "api-site/api-ref/src/wadls/image-api/src/v1/os-image-1.0.wadl".
679 <param xmlns="http://wadl.dev.java.net/2009/02"
680 name="size_min" style="query" required="false"
681 type="xsd:string" default="ALL">
682 <wadl:doc xmlns="http://docbook.org/ns/docbook"
683 xmlns:wadl="http://wadl.dev.java.net/2009/02"
684 xml:lang="EN">
685 <para>Value of the maximum size of the image
686 in bytes.</para>
687 </wadl:doc>
688 </param>