From 71a3ac62351aaa15f10ea4bb0ef90baa2adf9eac Mon Sep 17 00:00:00 2001 From: Ha Van Tu Date: Tue, 23 Aug 2016 12:13:25 +0700 Subject: [PATCH] [api-ref] "Show images" should be changed to "List images" "List images" had been taken by the v1 API, but now that its api reference has been removed, that's no longer a problem. Can also remove the superfluous "an"s that were used in the v2 titles to prevent sphinx conflicts. Co-authored-by: Ha Van Tu Co-authored-by: Brian Rosmaita Change-Id: I2c1ce3f5c1279a93a08855c554e156c4fc115f61 Closes-Bug: #1615899 --- api-ref/source/v2/images-images-v2.inc | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/api-ref/source/v2/images-images-v2.inc b/api-ref/source/v2/images-images-v2.inc index f6a012e1b1..f8ee981906 100644 --- a/api-ref/source/v2/images-images-v2.inc +++ b/api-ref/source/v2/images-images-v2.inc @@ -139,8 +139,8 @@ permissions to specific image properties and the image data payload. .. _image-create: -Create an image -~~~~~~~~~~~~~~~ +Create image +~~~~~~~~~~~~ .. rest_method:: POST /v2/images @@ -225,8 +225,8 @@ Response Example :language: json -Show image details -~~~~~~~~~~~~~~~~~~ +Show image +~~~~~~~~~~ .. rest_method:: GET /v2/images/{image_id} @@ -290,7 +290,7 @@ Response Example :language: json -Show images +List images ~~~~~~~~~~~ .. rest_method:: GET /v2/images @@ -495,8 +495,8 @@ Response Example .. _v2-image-update: -Update an image -~~~~~~~~~~~~~~~ +Update image +~~~~~~~~~~~~ .. rest_method:: PATCH /v2/images/{image_id} @@ -606,8 +606,8 @@ Response Example :language: json -Delete an image -~~~~~~~~~~~~~~~ +Delete image +~~~~~~~~~~~~ .. rest_method:: DELETE /v2/images/{image_id}