Added the response parameter table for List template version.

The response parameter table for List template version API was\
missing. This patch adds the response parameter table.

Change-Id: I206a4ae14d5bc5148067238a7cc071708e9b135b
Closes-Bug: #1575681
This commit is contained in:
sharat.sharma 2016-04-27 19:37:24 +05:30 committed by Sharat Sharma
parent 4683ccf2eb
commit 5767ac017b
1 changed files with 35 additions and 0 deletions

View File

@ -1531,6 +1531,41 @@
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN">
<xsdxt:code href="samples/resource-types-list-response.json"/>
</wadl:doc>
<param xmlns="http://wadl.dev.java.net/2009/02"
name="template_versions" style="plain" type="xsd:list"
required="true">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xmlns:wadl="http://wadl.dev.java.net/2009/02"
xml:lang="EN">
<para>
A <code>template_versions</code> object.
</para>
</wadl:doc>
</param>
<param xmlns="http://wadl.dev.java.net/2009/02"
name="version" style="plain" type="xsd:string"
required="true">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xmlns:wadl="http://wadl.dev.java.net/2009/02"
xml:lang="EN">
<para>
The version of the template.
</para>
</wadl:doc>
</param>
<param xmlns="http://wadl.dev.java.net/2009/02"
name="type" style="plain" type="xsd:string"
required="true">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xmlns:wadl="http://wadl.dev.java.net/2009/02"
xml:lang="EN">
<para>
The template type. Currently <code>hot</code>
and <code>cfn</code> are the available template
types.
</para>
</wadl:doc>
</param>
</representation>
</response>
&commonFaults;