octavia/api-ref/source/examples/versions-get-resp.json
johnsom 007e5761c8 Adds v2 general API information section
This patch add the general information section to the v2 API reference.

Change-Id: I7b780d4afaa19801d800ab24f5c6ab922b57a7e2
Partial-Bug: #1558385
2017-03-03 14:35:57 -08:00

15 lines
280 B
JSON

{
"versions": [
{
"id": "v2.0",
"status": "CURRENT",
"updated": "2017-02-17T00:00:00Z"
},
{
"id": "v1",
"status": "DEPRECATED",
"updated": "2014-12-11T00:00:00Z"
}
]
}