Modify api-ref information

Add response instruction for methods with no content returned.

Change-Id: I7261a0b30f2d27bf29ca953a37e0ef4a9857f127
This commit is contained in:
Tao Li 2017-03-09 16:42:30 +08:00
parent 8a0046c784
commit 330795f293
2 changed files with 25 additions and 0 deletions

View File

@ -67,6 +67,11 @@ Request
.. literalinclude:: samples/instance_networks/instance-associate-fip-req.json
Response
--------
If successful, this method does not return content in the response body.
Remove (Disassociate) Floating IP
=================================
@ -87,3 +92,8 @@ Request
- instance_uuid: instance_ident
- fip_address: address_path
Response
--------
If successful, this method does not return content in the response body.

View File

@ -66,6 +66,11 @@ Request
.. literalinclude:: samples/instance_states/instance-set-power-off.json
Response
--------
If successful, this method does not return content in the response body.
Change Instance Lock State
===========================
@ -97,6 +102,11 @@ Request
.. literalinclude:: samples/instance_states/unlock-instance.json
Response
--------
If successful, this method does not return content in the response body.
Change Instance Provision State
===============================
@ -123,3 +133,8 @@ Request
**Example request to rebuild an Instance:**
.. literalinclude:: samples/instance_states/rebuild-instance.json
Response
--------
If successful, this method does not return content in the response body.