Fix location of slash

As Sam Harwell noticed, the slash should be outside of the parameter
tags for /fw/firewall_policies/firewall_policy-id/remove_rule.

This is a followup to change I174f5d6ca5291bff88c1b8350b48f5d97daf4c34.

Change-Id: I5f30b4d2ac65efff604ee5e424060805e7cf30e5
Related-Bug: #1265927
This commit is contained in:
Andreas Jaeger 2014-01-06 14:46:09 +01:00
parent 2d548949c5
commit 2cd41cb7a4

View File

@ -966,7 +966,7 @@ Content-Type: application/json; charset=UTF-8
<tbody>
<tr>
<td>&PUT;</td>
<td>/fw/firewall_policies/<parameter>firewall_policy-id/</parameter>remove_rule</td>
<td>/fw/firewall_policies/<parameter>firewall_policy-id</parameter>/remove_rule</td>
<td>Removes a Firewall Rule from a Firewall Policy.</td>
</tr>
</tbody>