Merge "Add Response table for creating a stack from existing resourses"

This commit is contained in:
Jenkins 2016-03-31 04:55:01 +00:00 committed by Gerrit Code Review
commit 440cddfeb5
2 changed files with 29 additions and 0 deletions

View File

@ -827,6 +827,34 @@
</para>
</wadl:doc>
</param>'>
<!ENTITY createStackResponseParameters '
<param xmlns="http://wadl.dev.java.net/2009/02"
name="id" style="plain" required="true"
type="csapi:UUID">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xmlns:wadl="http://wadl.dev.java.net/2009/02"
xml:lang="EN">
<para>
The UUID of the system-assigned stack.
</para>
</wadl:doc>
</param>
<param xmlns="http://wadl.dev.java.net/2009/02"
name="links" style="plain" required="true"
type="xsd:list">
<wadl:doc xmlns="http://docbook.org/ns/docbook"
xmlns:wadl="http://wadl.dev.java.net/2009/02"
xml:lang="EN">
<para>
A list of URLs for the stack. Each URL is a JSON object with
an <code>href</code> key indicating the URL and a
<code>rel</code> key indicating its relationship to the
stack in question. There may be multiple links returned. The
<code>self</code> relationship identifies the URL of the
stack itself.
</para>
</wadl:doc>
</param>'>
<!ENTITY stackoutputResponseParameters '
<param xmlns="http://wadl.dev.java.net/2009/02"
name="output_key" style="plain" required="true"

View File

@ -896,6 +896,7 @@
xml:lang="EN">
<xsdxt:code href="samples/stack-create-response.json"/>
</wadl:doc>
&createStackResponseParameters;
</representation>
</response>
&commonFaults;