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
This commit is contained in:
ghanshyam
2016-04-19 17:52:18 +09:00
parent 654181beeb
commit 6f8cda2f39
42 changed files with 129 additions and 130 deletions
+4 -4
View File
@@ -48,7 +48,7 @@ Response
- forced_down: forced_down
- zone: zone
**Example List Compute Services: JSON request**
**Example List Compute Services: JSON response**
.. literalinclude:: ../../doc/api_samples/v2.11/services-list-resp.json
:language: javascript
@@ -91,7 +91,7 @@ Response
- host: host
- status: status
**Example Enable Scheduling For A Compute Service: JSON request**
**Example Enable Scheduling For A Compute Service: JSON response**
.. literalinclude:: ../../doc/api_samples/v2.11/service-enable-put-resp.json
:language: javascript
@@ -134,7 +134,7 @@ Response
- host: host
- status: status
**Example Disable Scheduling For A Compute Service: JSON request**
**Example Disable Scheduling For A Compute Service: JSON response**
.. literalinclude:: ../../doc/api_samples/os-services/service-disable-put-resp.json
:language: javascript
@@ -179,7 +179,7 @@ Response
- host: host
- status: status
**Example Log Disabled Compute Service Information: JSON request**
**Example Log Disabled Compute Service Information: JSON response**
.. literalinclude:: ../../doc/api_samples/os-services/service-disable-log-put-resp.json
:language: javascript