mirror of https://github.com/docker/docs.git
Update status-code-comparison-to-docker.md (#3607)
This commit is contained in:
parent
feca701bda
commit
f69d20468d
|
@ -8,7 +8,7 @@ title: Swarm vs. Engine response codes
|
|||
|
||||
Docker Engine provides a REST API for making calls to the Engine daemon. Docker Swarm allows a caller to make the same calls to a cluster of Engine daemons. While the API calls are the same, the API response status codes do differ. This document explains the differences.
|
||||
|
||||
Four methods are included, and they are GET, POST, PUT and DELETE.
|
||||
Four methods are included, and they are GET, POST, PUT, and DELETE.
|
||||
|
||||
The comparison is based on api v1.22, and all Docker Status Codes in api v1.22 are referenced from [docker-remote-api-v1.22](https://github.com/moby/moby/blob/master/docs/reference/api/docker_remote_api_v1.22.md
|
||||
).
|
||||
|
|
Loading…
Reference in New Issue