Remove incorrect auto-generated wording

The generated documentation for several calls includes wording that the
call does not return a response body, when in fact the call does return
a response body. This change removes the incorrect wording; the
documentation will need to be updated separately to described the
actual response body.

Change-Id: I3d6ad79a4f4214e3e6f67a1a0c45359f3c36da62
This commit is contained in:
Sam Harwell
2014-10-28 08:01:35 -05:00
parent 954b8935f6
commit 851479eb1c

View File

@@ -656,7 +656,10 @@
<para role="shortdesc">Gets a template for a specified
stack.</para>
</wadl:doc>
<response status="200"/>
<response status="200">
<representation mediaType="application/json">
</representation>
</response>
</method>
<method name="PUT" id="stack_update">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -812,7 +815,10 @@
<para role="shortdesc">Lists the supported template
resource types.</para>
</wadl:doc>
<response status="200"/>
<response status="200">
<representation mediaType="application/json">
</representation>
</response>
</method>
<method name="GET" id="resource_type_get">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -835,7 +841,10 @@
<para role="shortdesc">Shows the template representation
for a specified resource type.</para>
</wadl:doc>
<response status="200"/>
<response status="200">
<representation mediaType="application/json">
</representation>
</response>
</method>
<method name="GET" id="stack_resources_find">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -863,7 +872,10 @@
</param>
</representation>
</request>
<response status="200"/>
<response status="200">
<representation mediaType="application/json">
</representation>
</response>
</method>
<method name="GET" id="resource_show">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -871,7 +883,10 @@
<para role="shortdesc">Shows data for a specified
resource.</para>
</wadl:doc>
<response status="200"/>
<response status="200">
<representation mediaType="application/json">
</representation>
</response>
</method>
<method name="GET" id="resource_metadata">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"
@@ -1120,7 +1135,10 @@
<para role="shortdesc">Shows details for a specified
event.</para>
</wadl:doc>
<response status="200"/>
<response status="200">
<representation mediaType="application/json">
</representation>
</response>
</method>
<method name="GET" id="build_info_show">
<wadl:doc xmlns="http://docbook.org/ns/docbook" xml:lang="EN"