84b1d89a80
This patch fixes the format and content of the api-ref documentation for the build-info, resource-type-{list|template|schema}, versions APIs. Major changes include: - use status code table to show response codes - add missing response parameters such as request id - fixed cases where the response format was not clearly/correctly documented. Change-Id: Id7ac58ff19d3f7a0feb4d872efa7b46c01fa8f4b
15 lines
276 B
JSON
15 lines
276 B
JSON
{
|
|
"versions": [
|
|
{
|
|
"status": "CURRENT",
|
|
"id": "v1.0",
|
|
"links": [
|
|
{
|
|
"href": "http://23.253.228.211:8000/v1/",
|
|
"rel": "self"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|