Update status-code-comparison-to-docker.md (#3607)

This commit is contained in:
Wang Jie 2017-06-21 02:05:49 +08:00 committed by Misty Stanley-Jones
parent feca701bda
commit f69d20468d
1 changed files with 1 additions and 1 deletions

View File

@ -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
).