Browse code

fix content-type of response for `/commit`

Signed-off-by: Tobias Gesellchen <tobias@gesellix.de>

Tobias Gesellchen authored on 2015/09/24 03:12:16
Showing 10 changed files
... ...
@@ -1287,7 +1287,7 @@ Create a new image from a container's changes
1287 1287
 **Example response**:
1288 1288
 
1289 1289
         HTTP/1.1 201 Created
1290
-        Content-Type: application/vnd.docker.raw-stream
1290
+        Content-Type: application/json
1291 1291
 
1292 1292
         {"Id": "596069db4bf5"}
1293 1293
 
... ...
@@ -1276,7 +1276,7 @@ Create a new image from a container's changes
1276 1276
 **Example response**:
1277 1277
 
1278 1278
         HTTP/1.1 201 Created
1279
-        Content-Type: application/vnd.docker.raw-stream
1279
+        Content-Type: application/json
1280 1280
 
1281 1281
         {"Id": "596069db4bf5"}
1282 1282
 
... ...
@@ -1286,7 +1286,7 @@ Create a new image from a container's changes
1286 1286
 **Example response**:
1287 1287
 
1288 1288
         HTTP/1.1 201 Created
1289
-        Content-Type: application/vnd.docker.raw-stream
1289
+        Content-Type: application/json
1290 1290
 
1291 1291
         {"Id": "596069db4bf5"}
1292 1292
 
... ...
@@ -1437,7 +1437,7 @@ Create a new image from a container's changes
1437 1437
 **Example response**:
1438 1438
 
1439 1439
         HTTP/1.1 201 Created
1440
-        Content-Type: application/vnd.docker.raw-stream
1440
+        Content-Type: application/json
1441 1441
 
1442 1442
         {"Id": "596069db4bf5"}
1443 1443
 
... ...
@@ -1394,7 +1394,7 @@ Create a new image from a container's changes
1394 1394
 **Example response**:
1395 1395
 
1396 1396
         HTTP/1.1 201 Created
1397
-        Content-Type: application/vnd.docker.raw-stream
1397
+        Content-Type: application/json
1398 1398
 
1399 1399
         {"Id": "596069db4bf5"}
1400 1400
 
... ...
@@ -1557,7 +1557,7 @@ Create a new image from a container's changes
1557 1557
 **Example response**:
1558 1558
 
1559 1559
         HTTP/1.1 201 Created
1560
-        Content-Type: application/vnd.docker.raw-stream
1560
+        Content-Type: application/json
1561 1561
 
1562 1562
         {"Id": "596069db4bf5"}
1563 1563
 
... ...
@@ -1677,7 +1677,7 @@ Create a new image from a container's changes
1677 1677
 **Example response**:
1678 1678
 
1679 1679
         HTTP/1.1 201 Created
1680
-        Content-Type: application/vnd.docker.raw-stream
1680
+        Content-Type: application/json
1681 1681
 
1682 1682
         {"Id": "596069db4bf5"}
1683 1683
 
... ...
@@ -1734,7 +1734,7 @@ Create a new image from a container's changes
1734 1734
 **Example response**:
1735 1735
 
1736 1736
     HTTP/1.1 201 Created
1737
-    Content-Type: application/vnd.docker.raw-stream
1737
+    Content-Type: application/json
1738 1738
 
1739 1739
     {"Id": "596069db4bf5"}
1740 1740
 
... ...
@@ -1876,7 +1876,7 @@ Create a new image from a container's changes
1876 1876
 **Example response**:
1877 1877
 
1878 1878
     HTTP/1.1 201 Created
1879
-    Content-Type: application/vnd.docker.raw-stream
1879
+    Content-Type: application/json
1880 1880
 
1881 1881
     {"Id": "596069db4bf5"}
1882 1882
 
... ...
@@ -1968,7 +1968,7 @@ Create a new image from a container's changes
1968 1968
 **Example response**:
1969 1969
 
1970 1970
     HTTP/1.1 201 Created
1971
-    Content-Type: application/vnd.docker.raw-stream
1971
+    Content-Type: application/json
1972 1972
 
1973 1973
     {"Id": "596069db4bf5"}
1974 1974