소스 검색

Merge pull request #9219 from acbodine/cleanup-remote-api-docs-start

Cleanup: fixes start response status code typo in examples
James Turnbull 10 년 전
부모
커밋
af54dc215f

+ 2 - 2
docs/sources/reference/api/docker_remote_api_v1.10.md

@@ -363,14 +363,14 @@ Start the container `id`
              "LxcConf":[{"Key":"lxc.utsname","Value":"docker"}],
              "LxcConf":[{"Key":"lxc.utsname","Value":"docker"}],
              "PortBindings":{ "22/tcp": [{ "HostPort": "11022" }] },
              "PortBindings":{ "22/tcp": [{ "HostPort": "11022" }] },
              "PublishAllPorts":false,
              "PublishAllPorts":false,
-             "Privileged":false
+             "Privileged":false,
              "Dns": ["8.8.8.8"],
              "Dns": ["8.8.8.8"],
              "VolumesFrom": ["parent", "other:ro"]
              "VolumesFrom": ["parent", "other:ro"]
         }
         }
 
 
 **Example response**:
 **Example response**:
 
 
-        HTTP/1.1 204 No Conten
+        HTTP/1.1 204 No Content
         Content-Type: text/plain
         Content-Type: text/plain
 
 
 Json Parameters:
 Json Parameters:

+ 1 - 1
docs/sources/reference/api/docker_remote_api_v1.11.md

@@ -406,7 +406,7 @@ Start the container `id`
 
 
 **Example response**:
 **Example response**:
 
 
-        HTTP/1.1 204 No Conten
+        HTTP/1.1 204 No Content
         Content-Type: text/plain
         Content-Type: text/plain
 
 
 Json Parameters:
 Json Parameters:

+ 1 - 1
docs/sources/reference/api/docker_remote_api_v1.12.md

@@ -416,7 +416,7 @@ Start the container `id`
 
 
 **Example response**:
 **Example response**:
 
 
-        HTTP/1.1 204 No Conten
+        HTTP/1.1 204 No Content
         Content-Type: text/plain
         Content-Type: text/plain
 
 
 Json Parameters:
 Json Parameters:

+ 1 - 1
docs/sources/reference/api/docker_remote_api_v1.13.md

@@ -407,7 +407,7 @@ Start the container `id`
 
 
 **Example response**:
 **Example response**:
 
 
-        HTTP/1.1 204 No Conten
+        HTTP/1.1 204 No Content
         Content-Type: text/plain
         Content-Type: text/plain
 
 
 Json Parameters:
 Json Parameters:

+ 1 - 1
docs/sources/reference/api/docker_remote_api_v1.3.md

@@ -325,7 +325,7 @@ Start the container `id`
 
 
 **Example response**:
 **Example response**:
 
 
-        HTTP/1.1 204 No Conten
+        HTTP/1.1 204 No Content
         Content-Type: text/plain
         Content-Type: text/plain
 
 
 Json Parameters:
 Json Parameters:

+ 1 - 1
docs/sources/reference/api/docker_remote_api_v1.4.md

@@ -341,7 +341,7 @@ Start the container `id`
 
 
 **Example response**:
 **Example response**:
 
 
-        HTTP/1.1 204 No Conten
+        HTTP/1.1 204 No Content
         Content-Type: text/plain
         Content-Type: text/plain
 
 
 Json Parameters:
 Json Parameters:

+ 1 - 1
docs/sources/reference/api/docker_remote_api_v1.5.md

@@ -338,7 +338,7 @@ Start the container `id`
 
 
 **Example response**:
 **Example response**:
 
 
-        HTTP/1.1 204 No Conten
+        HTTP/1.1 204 No Content
         Content-Type: text/plain
         Content-Type: text/plain
 
 
 Json Parameters:
 Json Parameters:

+ 1 - 1
docs/sources/reference/api/docker_remote_api_v1.6.md

@@ -393,7 +393,7 @@ Start the container `id`
 
 
 **Example response**:
 **Example response**:
 
 
-        HTTP/1.1 204 No Conten
+        HTTP/1.1 204 No Content
         Content-Type: text/plain
         Content-Type: text/plain
 
 
 Json Parameters:
 Json Parameters:

+ 1 - 1
docs/sources/reference/api/docker_remote_api_v1.7.md

@@ -348,7 +348,7 @@ Start the container `id`
 
 
 **Example response**:
 **Example response**:
 
 
-        HTTP/1.1 204 No Conten
+        HTTP/1.1 204 No Content
         Content-Type: text/plain
         Content-Type: text/plain
 
 
 Json Parameters:
 Json Parameters:

+ 1 - 1
docs/sources/reference/api/docker_remote_api_v1.8.md

@@ -385,7 +385,7 @@ Start the container `id`
 
 
 **Example response**:
 **Example response**:
 
 
-        HTTP/1.1 204 No Conten
+        HTTP/1.1 204 No Content
         Content-Type: text/plain
         Content-Type: text/plain
 
 
 Json Parameters:
 Json Parameters:

+ 1 - 1
docs/sources/reference/api/docker_remote_api_v1.9.md

@@ -385,7 +385,7 @@ Start the container `id`
 
 
 **Example response**:
 **Example response**:
 
 
-        HTTP/1.1 204 No Conten
+        HTTP/1.1 204 No Content
         Content-Type: text/plain
         Content-Type: text/plain
 
 
 Json Parameters:
 Json Parameters: