diff --git a/api-ref/src/wadls/identity-api/src/v2.0/samples/identity-version-response.json b/api-ref/src/wadls/identity-api/src/v2.0/samples/identity-version-response.json index 9581b2d3f..f4ca43bb0 100644 --- a/api-ref/src/wadls/identity-api/src/v2.0/samples/identity-version-response.json +++ b/api-ref/src/wadls/identity-api/src/v2.0/samples/identity-version-response.json @@ -1,23 +1,28 @@ { "version": { "status": "stable", - "updated": "2013-03-06T00:00:00Z", + "updated": "2014-04-17T00:00:00Z", "media-types": [ { "base": "application/json", - "type": "application/vnd.openstack.identity-v3+json" + "type": "application/vnd.openstack.identity-v2.0+json" }, { "base": "application/xml", - "type": "application/vnd.openstack.identity-v3+xml" + "type": "application/vnd.openstack.identity-v2.0+xml" } ], - "id": "v3.0", + "id": "v2.0", "links": [ { - "href": "http://23.253.228.211:35357/v3/", + "href": "http://192.168.122.176:5000/v2.0/", "rel": "self" + }, + { + "href": "http://docs.openstack.org/", + "rel": "describedby", + "type": "text/html" } ] } -} \ No newline at end of file +} diff --git a/api-ref/src/wadls/identity-api/src/v2.0/samples/identity-version-response.xml b/api-ref/src/wadls/identity-api/src/v2.0/samples/identity-version-response.xml index 49476a7bc..c9778b737 100644 --- a/api-ref/src/wadls/identity-api/src/v2.0/samples/identity-version-response.xml +++ b/api-ref/src/wadls/identity-api/src/v2.0/samples/identity-version-response.xml @@ -1,13 +1,13 @@ - - - - - - - - + + + + + + + + + + + diff --git a/api-ref/src/wadls/identity-api/src/v2.0/samples/identity-versions-response.json b/api-ref/src/wadls/identity-api/src/v2.0/samples/identity-versions-response.json index 472eab37c..2856e996c 100644 --- a/api-ref/src/wadls/identity-api/src/v2.0/samples/identity-versions-response.json +++ b/api-ref/src/wadls/identity-api/src/v2.0/samples/identity-versions-response.json @@ -1,54 +1,53 @@ - { - "versions":{ - "values":[ - { - "id":"v3.0", - "links":[ - { - "href":"http://192.168.122.176:5000/v3/", - "rel":"self" - } - ], - "media-types":[ - { - "base":"application/json", - "type":"application/vnd.openstack.identity-v3+json" - }, - { - "base":"application/xml", - "type":"application/vnd.openstack.identity-v3+xml" - } - ], - "status":"stable", - "updated":"2013-03-06T00:00:00Z" - }, - { - "id":"v2.0", - "links":[ - { - "href":"http://192.168.122.176:5000/v2.0/", - "rel":"self" - }, - { - "href":"http://docs.openstack.org/", - "rel":"describedby", - "type":"text/html" - } - ], - "media-types":[ - { - "base":"application/json", - "type":"application/vnd.openstack.identity-v2.0+json" - }, - { - "base":"application/xml", - "type":"application/vnd.openstack.identity-v2.0+xml" - } - ], - "status":"stable", - "updated":"2014-04-17T00:00:00Z" - } - ] - } + "versions": { + "values": [ + { + "id": "v3.0", + "links": [ + { + "href": "http://192.168.122.176:5000/v3/", + "rel": "self" + } + ], + "media-types": [ + { + "base": "application/json", + "type": "application/vnd.openstack.identity-v3+json" + }, + { + "base": "application/xml", + "type": "application/vnd.openstack.identity-v3+xml" + } + ], + "status": "stable", + "updated": "2013-03-06T00:00:00Z" + }, + { + "id": "v2.0", + "links": [ + { + "href": "http://192.168.122.176:5000/v2.0/", + "rel": "self" + }, + { + "href": "http://docs.openstack.org/", + "rel": "describedby", + "type": "text/html" + } + ], + "media-types": [ + { + "base": "application/json", + "type": "application/vnd.openstack.identity-v2.0+json" + }, + { + "base": "application/xml", + "type": "application/vnd.openstack.identity-v2.0+xml" + } + ], + "status": "stable", + "updated": "2014-04-17T00:00:00Z" + } + ] + } }