cloudkitty/api-ref/source/v2/http_status.yml
Andreas Jaeger 73d5543f15 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
2023-01-27 09:36:42 +01:00

27 lines
477 B
YAML

200:
default: Request was successful.
201:
default: Resource was successfully created.
202:
default: Request has been accepted for asynchronous processing.
204:
default: Request was successful even though no content is to be returned.
400:
default: Invalid request.
401:
default: Unauthenticated user.
403:
default: Forbidden operation for the authentified user.
404:
default: Not found.
405:
default: The method is not allowed for the requested URL.