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>
</section>
</section>
</section>
<section>
<title>Remove Web Server</title>
<section>
<title>Call</title>
<table frame="all">
<title>DELETE /environments/&lt;id&gt;/services/&lt;service_id&gt; Call</title>
<tgroup cols="3" align="left" colsep="1"
rowsep="1">
<colspec colnum="1" colname="col1"
colwidth="1*"/>
<colspec colnum="2" colname="col2"
colwidth="4*"/>
<colspec colnum="3" colname="col3"
colwidth="4*"/>
<thead>
<row>
<entry>Method</entry>
<entry>URI</entry>
<entry>Description</entry>
</row>
</thead>
<tbody>
<row>
<entry>DELETE</entry>
<entry>/environments/&lt;id&gt;/services/&lt;service_id&gt;</entry>
<entry>Remove specified service.
</entry>
</row>
</tbody>
</tgroup>
</table>
</section>
<section>
<title>Payload</title>
<para>None</para>
</section>
<section>
<title>Returns</title>
<para>None</para>
<title>Remove Web Server</title>
<section>
<title>Call</title>
<table frame="all">
<title>DELETE /environments/&lt;id&gt;/services/&lt;service_id&gt; Call</title>
<tgroup cols="3" align="left" colsep="1"
rowsep="1">
<colspec colnum="1" colname="col1"
colwidth="1*"/>
<colspec colnum="2" colname="col2"
colwidth="4*"/>
<colspec colnum="3" colname="col3"
colwidth="4*"/>
<thead>
<row>
<entry>Method</entry>
<entry>URI</entry>
<entry>Description</entry>
</row>
</thead>
<tbody>
<row>
<entry>DELETE</entry>
<entry>/environments/&lt;id&gt;/services/&lt;service_id&gt;</entry>
<entry>Remove specified service.
</entry>
</row>
</tbody>
</tgroup>
</table>
<table frame="all">
<title>Headers</title>
<tgroup cols="4" align="left" colsep="1" rowsep="1">
<colspec colnum="1" colname="col1" colwidth="2*"/>
<colspec colnum="2" colname="col2" colwidth="1*"/>
<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 xml:id="shared-specs">