api-ref: Fix wrong bold decoration

In the 'DELETE /os-floating-ips/{floating_ip_id}' API,
"Error response codes: badRequest(400), unauthorized(401),
forbidden(403)," is bold.
But it should not be bold.
So fix it.

TrivialFix
Change-Id: Ic2d1ae2856406600c9dd3273d21dd2f18e56c1e9
This commit is contained in:
Takashi NATSUME 2018-09-25 16:06:15 +09:00
parent eb26f1b719
commit f2b2f0e1d4

View File

@ -176,7 +176,7 @@ can change these permissions through the ``policy.json`` file.
Normal response codes: 202
Error response codes: badRequest(400), unauthorized(401), forbidden(403),
itemNotFound(404)
itemNotFound(404)
Request
-------