Merge "Following up patch of I85a1d177754c29fe331df5f6119ade1ac64f2939"

This commit is contained in:
Jenkins 2016-10-17 17:02:14 +00:00 committed by Gerrit Code Review
commit c2b37f5a1f
4 changed files with 5 additions and 5 deletions

View File

@ -107,7 +107,7 @@ Response
**Example instance state:**
.. literalinclude:: samples/instance-get-state-response.json
.. literalinclude:: ../../doc/api_samples/instances/instance-get-state-response.json
Change Instance Power State
@ -134,4 +134,4 @@ Request
**Example request to power off a Instance:**
.. literalinclude:: samples/instance-set-power-off.json
.. literalinclude:: ../../doc/api_samples/instances/instance-set-power-off.json

View File

@ -1,3 +0,0 @@
{
"target": "power off"
}

View File

@ -0,0 +1,3 @@
{
"target": "off"
}