Resolved MRN-705

Corrected identation for Remove WebServer section

Change-Id: Ib0fd40edc02d25cf1873f984140baf512c122c98
This commit is contained in:
Serg Melikyan
2013-08-07 11:47:59 +04:00
parent f66b9cfc1d
commit 95cb1f2e68

View File

@@ -1560,46 +1560,71 @@
</para> </para>
</section> </section>
</section> </section>
</section>
<section>
<title>Remove Web Server</title>
<section> <section>
<title>Call</title> <title>Remove Web Server</title>
<table frame="all"> <section>
<title>DELETE /environments/&lt;id&gt;/services/&lt;service_id&gt; Call</title> <title>Call</title>
<tgroup cols="3" align="left" colsep="1" <table frame="all">
rowsep="1"> <title>DELETE /environments/&lt;id&gt;/services/&lt;service_id&gt; Call</title>
<colspec colnum="1" colname="col1" <tgroup cols="3" align="left" colsep="1"
colwidth="1*"/> rowsep="1">
<colspec colnum="2" colname="col2" <colspec colnum="1" colname="col1"
colwidth="4*"/> colwidth="1*"/>
<colspec colnum="3" colname="col3" <colspec colnum="2" colname="col2"
colwidth="4*"/> colwidth="4*"/>
<thead> <colspec colnum="3" colname="col3"
<row> colwidth="4*"/>
<entry>Method</entry> <thead>
<entry>URI</entry> <row>
<entry>Description</entry> <entry>Method</entry>
</row> <entry>URI</entry>
</thead> <entry>Description</entry>
<tbody> </row>
<row> </thead>
<entry>DELETE</entry> <tbody>
<entry>/environments/&lt;id&gt;/services/&lt;service_id&gt;</entry> <row>
<entry>Remove specified service. <entry>DELETE</entry>
</entry> <entry>/environments/&lt;id&gt;/services/&lt;service_id&gt;</entry>
</row> <entry>Remove specified service.
</tbody> </entry>
</tgroup> </row>
</table> </tbody>
</section> </tgroup>
<section> </table>
<title>Payload</title> <table frame="all">
<para>None</para> <title>Headers</title>
</section> <tgroup cols="4" align="left" colsep="1" rowsep="1">
<section> <colspec colnum="1" colname="col1" colwidth="2*"/>
<title>Returns</title> <colspec colnum="2" colname="col2" colwidth="1*"/>
<para>None</para> <colspec colnum="3" colname="col3" colwidth="1*"/>
<colspec colnum="4" colname="col4" colwidth="4*"/>
<thead>
<row>
<entry>Name</entry>
<entry>Type</entry>
<entry>Required</entry>
<entry>Description</entry>
</row>
</thead>
<tbody>
<row>
<entry>X-Configuration-Session</entry>
<entry>string</entry>
<entry>yes</entry>
<entry>ID of valid configuration session</entry>
</row>
</tbody>
</tgroup>
</table>
</section>
<section>
<title>Payload</title>
<para>None</para>
</section>
<section>
<title>Returns</title>
<para>None</para>
</section>
</section> </section>
</section> </section>
<section xml:id="shared-specs"> <section xml:id="shared-specs">