From 6861df5289cecc919f903b731930280e0ce898b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Cleiyashuai=E2=80=9D?= <“leiyashuai@inspur.com”> Date: Mon, 12 Feb 2018 10:24:13 +0800 Subject: [PATCH] Fix the parameter in api-ref Here, the mapping of parameter 'image_id' is wrong since it is used in path. So, fix it. Change-Id: I582f4bbd39407c27c0875db11d8f70f82bc2576e --- api-ref/source/image-registry.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-ref/source/image-registry.inc b/api-ref/source/image-registry.inc index ad2975ef86..8c5c2a26eb 100644 --- a/api-ref/source/image-registry.inc +++ b/api-ref/source/image-registry.inc @@ -28,7 +28,7 @@ Request - project_id: url_project_id - tags: tags - - image_id: image_id + - image_id: url_image_id Request Example ---------------