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