Files
cloudkitty/api-ref/source/v2/http_status.yml
Mariusz Karpiarz 73a081355f Move API docs to api-ref/source
This is the first step towards moving API ref/docs to
https://docs.openstack.org/api

The `conf.py` file is a copy of the file from `doc/source` and all the
other files simply need moving to the new location.

Change-Id: I9ecf84b53274d9b86f05800fc9816de275f3e9c5
2022-12-09 16:01:13 +00:00

27 lines
476 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.