Merge "Add filtering for stack-list by stack_id"

This commit is contained in:
Jenkins 2015-04-27 18:31:03 +00:00 committed by Gerrit Code Review
commit 5703adaded

View File

@ -286,6 +286,16 @@
</wadl:doc>
<request>
<representation mediaType="application/json">
<param xmlns="http://wadl.dev.java.net/2009/02" name="id" style="query" required="false">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xmlns:wadl="http://wadl.dev.java.net/2009/02"
xml:lang="EN">
<para>
Filters the stack list by a specified stack ID.
You can use this filter multiple times to filter
by multiple IDs.
</para>
</wadl:doc>
</param>
<param xmlns="http://wadl.dev.java.net/2009/02" name="status" style="query" required="false">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xmlns:wadl="http://wadl.dev.java.net/2009/02"
xml:lang="EN">