90fd29b079
- Added more content to test the display of method labels, url strings, http status code and parameter tables. - Added 'OpenStack API Documentation' title in titlerow. This removes the duplicate title for the API references. Change-Id: Ifdbac89efc91ab023510c466cf0cf97b21a69fbe
18 lines
370 B
YAML
18 lines
370 B
YAML
200:
|
|
default: |
|
|
Request was successful.
|
|
201:
|
|
default: |
|
|
Resource was created and is ready to use.
|
|
400:
|
|
default: |
|
|
Some content in the request was invalid
|
|
another_400_error: |
|
|
Sample message for 400 error response.
|
|
401:
|
|
default: |
|
|
User must authenticate before making a request
|
|
500:
|
|
default: |
|
|
Something went wrong inside the service.
|