From bcdb364d4681b82414d6d614a0099131cf04e2ba Mon Sep 17 00:00:00 2001 From: Yushiro FURUKAWA Date: Mon, 23 Nov 2015 22:27:58 +0900 Subject: [PATCH] Modify the type of "images" and "tags" to "xsd:list" This commit modifies the type of response params to "xsd:list" for GET v2/images * images * tags Change-Id: If33986d41f7aa230957daaee8bf9a842cf54363f Closes-Bug: #1518876 --- api-ref/src/wadls/image-api/src/v2/common.ent | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/api-ref/src/wadls/image-api/src/v2/common.ent b/api-ref/src/wadls/image-api/src/v2/common.ent index 1513e0b18..76fa57ddd 100644 --- a/api-ref/src/wadls/image-api/src/v2/common.ent +++ b/api-ref/src/wadls/image-api/src/v2/common.ent @@ -209,10 +209,10 @@ '> + style="plain" required="true" type="xsd:list"> - An images object. + A list of image objects. '> '> - Image tags. + A list of Image tag. '>