summaryrefslogtreecommitdiff
path: root/api-ref/source/samples/versions-response.json
blob: 083ac1c7bac5b309ecdc64b70baf3c3e39498d98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
    "versions": [
        {
            "id": "v1.0",
            "links": [
                {
                    "href": "http://127.0.0.1:8779/v1.0/",
                    "rel": "self"
                }
            ],
            "status": "CURRENT",
            "updated": "2012-08-01T00:00:00Z"
        }
    ]
}