From f69d20468d00c002026dc8686017b0d1a942368f Mon Sep 17 00:00:00 2001 From: Wang Jie Date: Wed, 21 Jun 2017 02:05:49 +0800 Subject: [PATCH] Update status-code-comparison-to-docker.md (#3607) --- swarm/status-code-comparison-to-docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/swarm/status-code-comparison-to-docker.md b/swarm/status-code-comparison-to-docker.md index bf5fddea97..95071c463f 100644 --- a/swarm/status-code-comparison-to-docker.md +++ b/swarm/status-code-comparison-to-docker.md @@ -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 ).