summaryrefslogtreecommitdiff
path: root/api-ref/source/os-services.inc
diff options
context:
space:
mode:
authorghanshyam <ghanshyam.mann@nectechnologies.in>2016-04-19 17:52:18 +0900
committerghanshyam <ghanshyam.mann@nectechnologies.in>2016-04-19 17:56:20 +0900
commit6f8cda2f397e50ddb4fe65fe1761a51f6c8ac8f9 (patch)
treefe894a408fa7754d74b57d265156009da96faf60 /api-ref/source/os-services.inc
parent654181beeb6e8ea813b86b8dff05bc084c9e9bce (diff)
downloadnova-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/os-services.inc')
-rw-r--r--api-ref/source/os-services.inc8
1 files changed, 4 insertions, 4 deletions
diff --git a/api-ref/source/os-services.inc b/api-ref/source/os-services.inc
index 0eddea7c8e..2f2ef27961 100644
--- a/api-ref/source/os-services.inc
+++ b/api-ref/source/os-services.inc
@@ -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