1b51b85759
We have added a 'help' link the version list and show calls. This patch fixes the api-ref documentation for this. Change-Id: Idf61c44da1b90fd806934172baf831e3b6427245
28 lines
719 B
JSON
28 lines
719 B
JSON
{
|
|
"versions": [
|
|
{
|
|
"id": "1.0",
|
|
"links": [
|
|
{
|
|
"href": "/v1/",
|
|
"rel": "self"
|
|
},
|
|
{
|
|
"href": "http://developer.openstack.org/api-ref/clustering",
|
|
"rel": "help"
|
|
}
|
|
],
|
|
"max_version": "1.0",
|
|
"media-types": [
|
|
{
|
|
"base": "application/json",
|
|
"type": "application/vnd.openstack.clustering-v1+json"
|
|
}
|
|
],
|
|
"min_version": "1.0",
|
|
"status": "CURRENT",
|
|
"updated": "2016-01-18T00:00:00Z"
|
|
}
|
|
]
|
|
}
|