From f2b2f0e1d4e0004557d65bb8c38b78765d033588 Mon Sep 17 00:00:00 2001 From: Takashi NATSUME Date: Tue, 25 Sep 2018 16:06:15 +0900 Subject: [PATCH] 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 --- api-ref/source/os-floating-ips.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-ref/source/os-floating-ips.inc b/api-ref/source/os-floating-ips.inc index ad7588ca9da1..5c1c033ca582 100644 --- a/api-ref/source/os-floating-ips.inc +++ b/api-ref/source/os-floating-ips.inc @@ -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 -------