mirror of
https://github.com/docker/cli.git
synced 2026-01-25 03:42:05 +03:00
Merge pull request #27127 from vieux/revert_wrong_doc
Revert "fix API doc service delete" Upstream-commit: 0892a737d1a655a97ce52f424d90cab35854742a Component: engine
This commit is contained in:
@@ -4672,13 +4672,13 @@ Stop and remove the service `id`
|
||||
|
||||
**Example response**:
|
||||
|
||||
HTTP/1.1 204 No Content
|
||||
HTTP/1.1 200 OK
|
||||
Content-Length: 0
|
||||
Content-Type: text/plain; charset=utf-8
|
||||
|
||||
**Status codes**:
|
||||
|
||||
- **204** – no error
|
||||
- **200** – no error
|
||||
- **404** – no such service
|
||||
- **500** – server error
|
||||
|
||||
|
||||
@@ -5040,13 +5040,13 @@ Stop and remove the service `id`
|
||||
|
||||
**Example response**:
|
||||
|
||||
HTTP/1.1 204 No Content
|
||||
HTTP/1.1 200 OK
|
||||
Content-Length: 0
|
||||
Content-Type: text/plain; charset=utf-8
|
||||
|
||||
**Status codes**:
|
||||
|
||||
- **204** – no error
|
||||
- **200** – no error
|
||||
- **404** – no such service
|
||||
- **500** – server error
|
||||
|
||||
|
||||
Reference in New Issue
Block a user