diff --git a/api-ref/src/docbkx/ch_images-v1.xml b/api-ref/src/docbkx/ch_images-v1.xml index fc2880dfe..d22478e65 100644 --- a/api-ref/src/docbkx/ch_images-v1.xml +++ b/api-ref/src/docbkx/ch_images-v1.xml @@ -24,6 +24,10 @@ + + + diff --git a/api-ref/src/docbkx/ch_images-v2.xml b/api-ref/src/docbkx/ch_images-v2.xml index 9c20dc70e..36124a639 100644 --- a/api-ref/src/docbkx/ch_images-v2.xml +++ b/api-ref/src/docbkx/ch_images-v2.xml @@ -8,7 +8,7 @@ version="5.0-extension RackBook-2.0" xml:id="images-api-v2" role="api-reference"> Image service API v2 (CURRENT) - Image service API v2.0, API v2.1, and API v2.2. + Image service API v2.0, API v2.1, API v2.2, and API v2.3. Cloud providers can configure property protections that prevent non-administrative users from updating and deleting protected properties. @@ -22,6 +22,10 @@ + + + diff --git a/api-ref/src/wadls/image-api/src/v1/os-image-1.0.wadl b/api-ref/src/wadls/image-api/src/v1/os-image-1.0.wadl index 7af0668d7..88339f977 100644 --- a/api-ref/src/wadls/image-api/src/v1/os-image-1.0.wadl +++ b/api-ref/src/wadls/image-api/src/v1/os-image-1.0.wadl @@ -31,16 +31,12 @@ - - - - + @@ -87,26 +83,17 @@ - - + Lists information about all Image + role="shortdesc">Lists information about available Image service API versions. - + - - - + &fault403; - - - + + + + + @@ -94,14 +97,31 @@ - + - Lists information about all Image + Lists information about available Image service API versions. - + + + + + + + + + + + Lists information about available Image + service API versions. + + + diff --git a/api-ref/src/wadls/image-api/src/v2/samples/image-versions-response.json b/api-ref/src/wadls/image-api/src/v2/samples/image-versions-response.json index 92a325328..0d5a6fda4 100644 --- a/api-ref/src/wadls/image-api/src/v2/samples/image-versions-response.json +++ b/api-ref/src/wadls/image-api/src/v2/samples/image-versions-response.json @@ -1,7 +1,27 @@ { "versions": [ + { + "status": "EXPERIMENTAL", + "id": "v3.0", + "links": [ + { + "href": "http://23.253.228.211:9292/v3/", + "rel": "self" + } + ] + }, { "status": "CURRENT", + "id": "v2.3", + "links": [ + { + "href": "http://23.253.228.211:9292/v2/", + "rel": "self" + } + ] + }, + { + "status": "SUPPORTED", "id": "v2.2", "links": [ {