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
This commit is contained in:
“leiyashuai” 2018-02-12 10:24:13 +08:00 committed by leiyashuai
parent 90602fc145
commit 6861df5289
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ Request
- project_id: url_project_id
- tags: tags
- image_id: image_id
- image_id: url_image_id
Request Example
---------------