Removes changes-since parameter from list flavors

Closes-Bug: #1328910

Change-Id: Idcfff6ffd89fec4dbd0f226ccc1031acfdf7e2dc
This commit is contained in:
Maria Abrahms 2014-07-30 13:38:52 -07:00
parent 587b936090
commit 96316a8470
2 changed files with 10 additions and 1 deletions

View File

@ -65,6 +65,16 @@
(<abbrev>API</abbrev>).</para>
</abstract>
<revhistory>
<revision>
<date>2014-07-30</date>
<revdescription>
<itemizedlist>
<listitem>
<para>Removed <parameter>changes-since</parameter> parameter from the list flavors operation.</para>
</listitem>
</itemizedlist>
</revdescription>
</revision>
<revision>
<date>2014-08-01</date>
<revdescription>

View File

@ -200,7 +200,6 @@
<!ENTITY flavorListParameters
'
<param xmlns="http://wadl.dev.java.net/2009/02" name="changes-since" style="query" required="false" type="xsd:dateTime"><doc><p xmlns="http://www.w3.org/1999/xhtml">A time/date stamp for when the flavor last changed.</p></doc></param>
<param xmlns="http://wadl.dev.java.net/2009/02" name="minDisk" style="query" required="false" type="xsd:int"><doc><p xmlns="http://www.w3.org/1999/xhtml">Integer value for the minimum disk space in GB so you can filter results.</p></doc></param>
<param xmlns="http://wadl.dev.java.net/2009/02" name="minRam" style="query" required="false" type="xsd:int"><doc><p xmlns="http://www.w3.org/1999/xhtml">Integer value for the minimum RAM so you can filter results.</p></doc></param>
<param xmlns="http://wadl.dev.java.net/2009/02" name="marker" style="query" required="false" type="csapi:UUID"><doc><p xmlns="http://www.w3.org/1999/xhtml">UUID of the flavor at which you want to set a marker.</p></doc></param>