From 73d5543f15ec188fafa1562f4142edd41afbad5c Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 27 Jan 2023 09:36:42 +0100 Subject: [PATCH] Add missing "." for api-ref Add missing "." for list of errors, all others have a "." except 404. This change is also meant to help debug why api-ref is not published at all. See https://review.opendev.org/c/openstack/openstack-manuals/+/867357 for details. Change-Id: I69f8eab3c71a469f81561beac32b8193339237c0 --- api-ref/source/v2/http_status.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-ref/source/v2/http_status.yml b/api-ref/source/v2/http_status.yml index 728ef591..51dda8ae 100644 --- a/api-ref/source/v2/http_status.yml +++ b/api-ref/source/v2/http_status.yml @@ -20,7 +20,7 @@ default: Forbidden operation for the authentified user. 404: - default: Not found + default: Not found. 405: default: The method is not allowed for the requested URL.