Merge "api-ref: fix addFloatingIp action docs"
This commit is contained in:
2 changed files with 6 additions and 6 deletions
@@ -806,10 +806,11 @@ addFixedIp:
type:string
addFloatingIp:
description:|
The action.
The action. Contains required floating IP ``address`` and optional
``fixed_address``.
in:body
required:true
type:string
type:object
address:
description:|
The floating IP address.
@@ -67,11 +67,10 @@ Request
- address: address
- fixed_address: fixed_address
.. TODO(gmann) Need to create the sample file for this action.
**Example Add (Associate) Floating Ip (addFloatingIp Action): JSON request**
**Example Add (Associate) Floating Ip (addFloatingIp Action): JSON request**
.. literalinclude:: ../../doc/api_samples/os-floating-ips/floating-ips-create-resp.json
:language: javascript
.. literalinclude:: ../../doc/api_samples/servers/server-action-addfloatingip.json
:language: javascript
Response
--------
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.