Fixed API doc for action_list

Mainly on keys that can be used for sorting.
This commit is contained in:
tengqm
2015-03-06 17:38:35 +08:00
parent 5dcde455a5
commit b98d057765

View File

@@ -1561,7 +1561,12 @@
</param>
<param name="sort_keys" style="query" required="false">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
<para>Sorts the action list by the specified keys. Default to None.</para>
<para>
Sorts the action list by the specified keys. Default to None. Valid
keys include <code>name</code>, <code>target</code>, <code>action</code>,
<code>interval</code>, <code>start_time</code>, <code>end_time</code>,
<code>status</code>, <code>status_reason</code> etc.
</para>
</wadl:doc>
</param>
<param name="sort_dir" style="query" required="false">