Merge pull request #27119 from vieux/fix_doc_delete_service

fix API doc service delete
Upstream-commit: 94cd7ed72d8554862b6f2f07ed4f5ee8a4dd3ede
Component: engine
This commit is contained in:
Victor Vieux
2016-10-03 12:03:45 -07:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
@@ -4672,13 +4672,13 @@ Stop and remove the service `id`
**Example response**:
HTTP/1.1 200 OK
HTTP/1.1 204 No Content
Content-Length: 0
Content-Type: text/plain; charset=utf-8
**Status codes**:
- **200** no error
- **204** no error
- **404** no such service
- **500** server error
@@ -5040,13 +5040,13 @@ Stop and remove the service `id`
**Example response**:
HTTP/1.1 200 OK
HTTP/1.1 204 No Content
Content-Length: 0
Content-Type: text/plain; charset=utf-8
**Status codes**:
- **200** no error
- **204** no error
- **404** no such service
- **500** server error