api-ref: fix image GET response example

This was using the images details GET response which is
not the same as the specific image GET response format.

Change-Id: I7db1cf374701b7321d2d55e1454ea5a612e6b421
Closes-Bug: #1636418
This commit is contained in:
Matt Riedemann 2016-10-25 05:31:53 -04:00
parent 7e36553fa1
commit 07e65071b2
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ Response
**Example Show Image Details: JSON response**
.. literalinclude:: ../../doc/api_samples/images/images-details-get-resp.json
.. literalinclude:: ../../doc/api_samples/images/image-get-resp.json
:language: javascript
Delete Image