mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
fix API doc service delete
Signed-off-by: Victor Vieux <vieux@docker.com>
This commit is contained in:
parent
8b416fb025
commit
a12120e78c
2 changed files with 4 additions and 4 deletions
|
@ -4672,13 +4672,13 @@ Stop and remove the service `id`
|
||||||
|
|
||||||
**Example response**:
|
**Example response**:
|
||||||
|
|
||||||
HTTP/1.1 200 OK
|
HTTP/1.1 204 No Content
|
||||||
Content-Length: 0
|
Content-Length: 0
|
||||||
Content-Type: text/plain; charset=utf-8
|
Content-Type: text/plain; charset=utf-8
|
||||||
|
|
||||||
**Status codes**:
|
**Status codes**:
|
||||||
|
|
||||||
- **200** – no error
|
- **204** – no error
|
||||||
- **404** – no such service
|
- **404** – no such service
|
||||||
- **500** – server error
|
- **500** – server error
|
||||||
|
|
||||||
|
|
|
@ -5040,13 +5040,13 @@ Stop and remove the service `id`
|
||||||
|
|
||||||
**Example response**:
|
**Example response**:
|
||||||
|
|
||||||
HTTP/1.1 200 OK
|
HTTP/1.1 204 No Content
|
||||||
Content-Length: 0
|
Content-Length: 0
|
||||||
Content-Type: text/plain; charset=utf-8
|
Content-Type: text/plain; charset=utf-8
|
||||||
|
|
||||||
**Status codes**:
|
**Status codes**:
|
||||||
|
|
||||||
- **200** – no error
|
- **204** – no error
|
||||||
- **404** – no such service
|
- **404** – no such service
|
||||||
- **500** – server error
|
- **500** – server error
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue