Merge "Fix error in api-ref about network-detach"

This commit is contained in:
Jenkins 2017-08-31 07:14:25 +00:00 committed by Gerrit Code Review
commit 0242d05c40
2 changed files with 9 additions and 2 deletions

View File

@ -695,14 +695,14 @@ Response
Detach a network from a container
================================
=================================
.. rest_method:: POST /v1/containers/{container_ident}/network_detach?network={network}
Detach a network from a container.
Response Codes
-------------
--------------
.. rest_status_code:: success status.yaml
@ -725,4 +725,5 @@ Response
This request does not return anything in the response body.
.. rest_parameters:; parameters.yaml
- X-Openstack-Request-Id: request_id

View File

@ -17,6 +17,12 @@ force:
in: query
required: true
type: string
network:
description: |
network to be detached of the container.
in: query
required: true
type: string
timeout:
description: |
Seconds to wait before operating on container.