mirror of https://github.com/docker/docs.git
Update docker network api doc
Signed-off-by: Wen Cheng Ma <wenchma@cn.ibm.com>
This commit is contained in:
parent
db738dd77f
commit
d92d1de3d5
|
@ -2797,8 +2797,9 @@ Content-Type: application/json
|
||||||
|
|
||||||
Status Codes:
|
Status Codes:
|
||||||
|
|
||||||
- **201** - no error
|
- **200** - no error
|
||||||
- **404** - network or container is not found
|
- **404** - network or container is not found
|
||||||
|
- **500** - Internal Server Error
|
||||||
|
|
||||||
JSON Parameters:
|
JSON Parameters:
|
||||||
|
|
||||||
|
@ -2827,8 +2828,9 @@ Content-Type: application/json
|
||||||
|
|
||||||
Status Codes:
|
Status Codes:
|
||||||
|
|
||||||
- **201** - no error
|
- **200** - no error
|
||||||
- **404** - network or container not found
|
- **404** - network or container not found
|
||||||
|
- **500** - Internal Server Error
|
||||||
|
|
||||||
JSON Parameters:
|
JSON Parameters:
|
||||||
|
|
||||||
|
@ -2846,11 +2848,11 @@ Instruct the driver to remove the network (`id`).
|
||||||
|
|
||||||
**Example response**:
|
**Example response**:
|
||||||
|
|
||||||
HTTP/1.1 204 No Content
|
HTTP/1.1 200 OK
|
||||||
|
|
||||||
Status Codes
|
Status Codes
|
||||||
|
|
||||||
- **204** - no error
|
- **200** - no error
|
||||||
- **404** - no such network
|
- **404** - no such network
|
||||||
- **500** - server error
|
- **500** - server error
|
||||||
|
|
||||||
|
|
|
@ -2995,8 +2995,9 @@ Content-Type: application/json
|
||||||
|
|
||||||
Status Codes:
|
Status Codes:
|
||||||
|
|
||||||
- **201** - no error
|
- **200** - no error
|
||||||
- **404** - network or container is not found
|
- **404** - network or container is not found
|
||||||
|
- **500** - Internal Server Error
|
||||||
|
|
||||||
JSON Parameters:
|
JSON Parameters:
|
||||||
|
|
||||||
|
@ -3025,8 +3026,9 @@ Content-Type: application/json
|
||||||
|
|
||||||
Status Codes:
|
Status Codes:
|
||||||
|
|
||||||
- **201** - no error
|
- **200** - no error
|
||||||
- **404** - network or container not found
|
- **404** - network or container not found
|
||||||
|
- **500** - Internal Server Error
|
||||||
|
|
||||||
JSON Parameters:
|
JSON Parameters:
|
||||||
|
|
||||||
|
@ -3044,11 +3046,11 @@ Instruct the driver to remove the network (`id`).
|
||||||
|
|
||||||
**Example response**:
|
**Example response**:
|
||||||
|
|
||||||
HTTP/1.1 204 No Content
|
HTTP/1.1 200 OK
|
||||||
|
|
||||||
Status Codes
|
Status Codes
|
||||||
|
|
||||||
- **204** - no error
|
- **200** - no error
|
||||||
- **404** - no such network
|
- **404** - no such network
|
||||||
- **500** - server error
|
- **500** - server error
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue