diff options
author | ghanshyam <ghanshyam.mann@nectechnologies.in> | 2016-04-19 17:52:18 +0900 |
---|---|---|
committer | ghanshyam <ghanshyam.mann@nectechnologies.in> | 2016-04-19 17:56:20 +0900 |
commit | 6f8cda2f397e50ddb4fe65fe1761a51f6c8ac8f9 (patch) | |
tree | fe894a408fa7754d74b57d265156009da96faf60 /api-ref/source/extensions.inc | |
parent | 654181beeb6e8ea813b86b8dff05bc084c9e9bce (diff) | |
download | nova-6f8cda2f397e50ddb4fe65fe1761a51f6c8ac8f9.tar.gz |
Fix json response example heading in api ref
Heading for json response example is wrong,
it is json request instead of json response.
Part of bp:api-ref-in-rst
Change-Id: I709b2bf19520eb76e0264c358a2146bb0dbcee2b
Diffstat (limited to 'api-ref/source/extensions.inc')
-rw-r--r-- | api-ref/source/extensions.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/api-ref/source/extensions.inc b/api-ref/source/extensions.inc index 8565ec5cc1..494081e78a 100644 --- a/api-ref/source/extensions.inc +++ b/api-ref/source/extensions.inc @@ -44,7 +44,7 @@ Response - description: description - updated: updated -**Example Show Extension Details: JSON request** +**Example Show Extension Details: JSON response** .. literalinclude:: ../../doc/api_samples/extensions/extension-show-resp.json :language: javascript |