make remove network return 204
Signed-off-by: allencloud <allen.sun@daocloud.io> Upstream-commit: ea07ef7a7c3a221d6167cc2e36806ed9615ac973 Component: engine
This commit is contained in:
@ -4672,7 +4672,9 @@ Stop and remove the service `id`
|
||||
|
||||
**Example response**:
|
||||
|
||||
HTTP/1.1 200 No Content
|
||||
HTTP/1.1 200 OK
|
||||
Content-Length: 0
|
||||
Content-Type: text/plain; charset=utf-8
|
||||
|
||||
**Status codes**:
|
||||
|
||||
|
||||
@ -5040,7 +5040,9 @@ Stop and remove the service `id`
|
||||
|
||||
**Example response**:
|
||||
|
||||
HTTP/1.1 200 No Content
|
||||
HTTP/1.1 200 OK
|
||||
Content-Length: 0
|
||||
Content-Type: text/plain; charset=utf-8
|
||||
|
||||
**Status codes**:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user