Browse code

Fixed docs fixes #21653 Fixed some http status codes and decreased site-order for docker_remote_api_v1.24.md to appear in the right order in the menu Signed-off-by: Robin Naundorf <r.naundorf@fh-muenster.de>

(cherry picked from commit 5d2f6b3ea3d307c32089757d84c94fab3d8e55d7)

Robin Naundorf authored on 2016/03/31 15:27:03
Showing 10 changed files
... ...
@@ -996,7 +996,7 @@ Tag the image `name` into a repository
996 996
 
997 997
 **Example response**:
998 998
 
999
-        HTTP/1.1 201 OK
999
+        HTTP/1.1 201 Created
1000 1000
 
1001 1001
 Query Parameters:
1002 1002
 
... ...
@@ -1147,7 +1147,7 @@ Tag the image `name` into a repository
1147 1147
 
1148 1148
 **Example response**:
1149 1149
 
1150
-        HTTP/1.1 201 OK
1150
+        HTTP/1.1 201 Created
1151 1151
 
1152 1152
 Query Parameters:
1153 1153
 
... ...
@@ -1644,7 +1644,7 @@ Sets up an exec instance in a running container `id`
1644 1644
 
1645 1645
 **Example response**:
1646 1646
 
1647
-        HTTP/1.1 201 OK
1647
+        HTTP/1.1 201 Created
1648 1648
         Content-Type: application/json
1649 1649
 
1650 1650
         {
... ...
@@ -1685,8 +1685,8 @@ interactive session with the `exec` command.
1685 1685
 
1686 1686
 **Example response**:
1687 1687
 
1688
-        HTTP/1.1 201 OK
1689
-        Content-Type: application/json
1688
+        HTTP/1.1 200 OK
1689
+        Content-Type: application/vnd.docker.raw-stream
1690 1690
 
1691 1691
         {{ STREAM }}
1692 1692
 
... ...
@@ -1717,7 +1717,7 @@ This API is valid only if `tty` was specified as part of creating and starting t
1717 1717
 
1718 1718
 **Example response**:
1719 1719
 
1720
-        HTTP/1.1 201 OK
1720
+        HTTP/1.1 201 Created
1721 1721
         Content-Type: plain/text
1722 1722
 
1723 1723
 Query Parameters:
... ...
@@ -1095,7 +1095,7 @@ Tag the image `name` into a repository
1095 1095
 
1096 1096
 **Example response**:
1097 1097
 
1098
-        HTTP/1.1 201 OK
1098
+        HTTP/1.1 201 Created
1099 1099
 
1100 1100
 Query Parameters:
1101 1101
 
... ...
@@ -1606,7 +1606,7 @@ Sets up an exec instance in a running container `id`
1606 1606
 
1607 1607
 **Example response**:
1608 1608
 
1609
-        HTTP/1.1 201 OK
1609
+        HTTP/1.1 201 Created
1610 1610
         Content-Type: application/json
1611 1611
 
1612 1612
         {
... ...
@@ -1647,8 +1647,8 @@ interactive session with the `exec` command.
1647 1647
 
1648 1648
 **Example response**:
1649 1649
 
1650
-        HTTP/1.1 201 OK
1651
-        Content-Type: application/json
1650
+        HTTP/1.1 200 OK
1651
+        Content-Type: application/vnd.docker.raw-stream
1652 1652
 
1653 1653
         {{ STREAM }}
1654 1654
 
... ...
@@ -1679,7 +1679,7 @@ This API is valid only if `tty` was specified as part of creating and starting t
1679 1679
 
1680 1680
 **Example response**:
1681 1681
 
1682
-        HTTP/1.1 201 OK
1682
+        HTTP/1.1 201 Created
1683 1683
         Content-Type: plain/text
1684 1684
 
1685 1685
 Query Parameters:
... ...
@@ -1308,7 +1308,7 @@ Tag the image `name` into a repository
1308 1308
 
1309 1309
 **Example response**:
1310 1310
 
1311
-        HTTP/1.1 201 OK
1311
+        HTTP/1.1 201 Created
1312 1312
 
1313 1313
 Query Parameters:
1314 1314
 
... ...
@@ -1769,7 +1769,7 @@ Sets up an exec instance in a running container `id`
1769 1769
 
1770 1770
 **Example response**:
1771 1771
 
1772
-        HTTP/1.1 201 OK
1772
+        HTTP/1.1 201 Created
1773 1773
         Content-Type: application/json
1774 1774
 
1775 1775
         {
... ...
@@ -1810,8 +1810,8 @@ interactive session with the `exec` command.
1810 1810
 
1811 1811
 **Example response**:
1812 1812
 
1813
-        HTTP/1.1 201 OK
1814
-        Content-Type: application/json
1813
+        HTTP/1.1 200 OK
1814
+        Content-Type: application/vnd.docker.raw-stream
1815 1815
 
1816 1816
         {{ STREAM }}
1817 1817
 
... ...
@@ -1842,7 +1842,7 @@ This API is valid only if `tty` was specified as part of creating and starting t
1842 1842
 
1843 1843
 **Example response**:
1844 1844
 
1845
-        HTTP/1.1 201 OK
1845
+        HTTP/1.1 201 Created
1846 1846
         Content-Type: text/plain
1847 1847
 
1848 1848
 Query Parameters:
... ...
@@ -1408,7 +1408,7 @@ Tag the image `name` into a repository
1408 1408
 
1409 1409
 **Example response**:
1410 1410
 
1411
-        HTTP/1.1 201 OK
1411
+        HTTP/1.1 201 Created
1412 1412
 
1413 1413
 Query Parameters:
1414 1414
 
... ...
@@ -1887,7 +1887,7 @@ Sets up an exec instance in a running container `id`
1887 1887
 
1888 1888
 **Example response**:
1889 1889
 
1890
-        HTTP/1.1 201 OK
1890
+        HTTP/1.1 201 Created
1891 1891
         Content-Type: application/json
1892 1892
 
1893 1893
         {
... ...
@@ -1929,8 +1929,8 @@ interactive session with the `exec` command.
1929 1929
 
1930 1930
 **Example response**:
1931 1931
 
1932
-        HTTP/1.1 201 OK
1933
-        Content-Type: application/json
1932
+        HTTP/1.1 200 OK
1933
+        Content-Type: application/vnd.docker.raw-stream
1934 1934
 
1935 1935
         {{ STREAM }}
1936 1936
 
... ...
@@ -1961,7 +1961,7 @@ This API is valid only if `tty` was specified as part of creating and starting t
1961 1961
 
1962 1962
 **Example response**:
1963 1963
 
1964
-        HTTP/1.1 201 OK
1964
+        HTTP/1.1 201 Created
1965 1965
         Content-Type: text/plain
1966 1966
 
1967 1967
 Query Parameters:
... ...
@@ -1477,7 +1477,7 @@ Tag the image `name` into a repository
1477 1477
 
1478 1478
 **Example response**:
1479 1479
 
1480
-    HTTP/1.1 201 OK
1480
+    HTTP/1.1 201 Created
1481 1481
 
1482 1482
 Query Parameters:
1483 1483
 
... ...
@@ -1970,7 +1970,7 @@ Sets up an exec instance in a running container `id`
1970 1970
 
1971 1971
 **Example response**:
1972 1972
 
1973
-    HTTP/1.1 201 OK
1973
+    HTTP/1.1 201 Created
1974 1974
     Content-Type: application/json
1975 1975
 
1976 1976
     {
... ...
@@ -2012,8 +2012,8 @@ interactive session with the `exec` command.
2012 2012
 
2013 2013
 **Example response**:
2014 2014
 
2015
-    HTTP/1.1 201 OK
2016
-    Content-Type: application/json
2015
+    HTTP/1.1 200 OK
2016
+    Content-Type: application/vnd.docker.raw-stream
2017 2017
 
2018 2018
     {{ STREAM }}
2019 2019
 
... ...
@@ -2044,7 +2044,7 @@ This API is valid only if `tty` was specified as part of creating and starting t
2044 2044
 
2045 2045
 **Example response**:
2046 2046
 
2047
-    HTTP/1.1 201 OK
2047
+    HTTP/1.1 201 Created
2048 2048
     Content-Type: text/plain
2049 2049
 
2050 2050
 Query Parameters:
... ...
@@ -1622,7 +1622,7 @@ Tag the image `name` into a repository
1622 1622
 
1623 1623
 **Example response**:
1624 1624
 
1625
-    HTTP/1.1 201 OK
1625
+    HTTP/1.1 201 Created
1626 1626
 
1627 1627
 Query Parameters:
1628 1628
 
... ...
@@ -2116,7 +2116,7 @@ Sets up an exec instance in a running container `id`
2116 2116
 
2117 2117
 **Example response**:
2118 2118
 
2119
-    HTTP/1.1 201 OK
2119
+    HTTP/1.1 201 Created
2120 2120
     Content-Type: application/json
2121 2121
 
2122 2122
     {
... ...
@@ -2158,8 +2158,8 @@ interactive session with the `exec` command.
2158 2158
 
2159 2159
 **Example response**:
2160 2160
 
2161
-    HTTP/1.1 201 OK
2162
-    Content-Type: application/json
2161
+    HTTP/1.1 200 OK
2162
+    Content-Type: application/vnd.docker.raw-stream
2163 2163
 
2164 2164
     {{ STREAM }}
2165 2165
 
... ...
@@ -2190,7 +2190,7 @@ This API is valid only if `tty` was specified as part of creating and starting t
2190 2190
 
2191 2191
 **Example response**:
2192 2192
 
2193
-    HTTP/1.1 201 OK
2193
+    HTTP/1.1 201 Created
2194 2194
     Content-Type: text/plain
2195 2195
 
2196 2196
 Query Parameters:
... ...
@@ -1773,7 +1773,7 @@ Tag the image `name` into a repository
1773 1773
 
1774 1774
 **Example response**:
1775 1775
 
1776
-    HTTP/1.1 201 OK
1776
+    HTTP/1.1 201 Created
1777 1777
 
1778 1778
 Query Parameters:
1779 1779
 
... ...
@@ -2270,7 +2270,7 @@ Sets up an exec instance in a running container `id`
2270 2270
 
2271 2271
 **Example response**:
2272 2272
 
2273
-    HTTP/1.1 201 OK
2273
+    HTTP/1.1 201 Created
2274 2274
     Content-Type: application/json
2275 2275
 
2276 2276
     {
... ...
@@ -2314,8 +2314,8 @@ interactive session with the `exec` command.
2314 2314
 
2315 2315
 **Example response**:
2316 2316
 
2317
-    HTTP/1.1 201 OK
2318
-    Content-Type: application/json
2317
+    HTTP/1.1 200 OK
2318
+    Content-Type: application/vnd.docker.raw-stream
2319 2319
 
2320 2320
     {{ STREAM }}
2321 2321
 
... ...
@@ -2347,7 +2347,7 @@ This API is valid only if `tty` was specified as part of creating and starting t
2347 2347
 
2348 2348
 **Example response**:
2349 2349
 
2350
-    HTTP/1.1 201 OK
2350
+    HTTP/1.1 201 Created
2351 2351
     Content-Type: text/plain
2352 2352
 
2353 2353
 Query Parameters:
... ...
@@ -1984,7 +1984,7 @@ Tag the image `name` into a repository
1984 1984
 
1985 1985
 **Example response**:
1986 1986
 
1987
-    HTTP/1.1 201 OK
1987
+    HTTP/1.1 201 Created
1988 1988
 
1989 1989
 Query Parameters:
1990 1990
 
... ...
@@ -2627,7 +2627,7 @@ This API is valid only if `tty` was specified as part of creating and starting t
2627 2627
 
2628 2628
 **Example response**:
2629 2629
 
2630
-    HTTP/1.1 201 OK
2630
+    HTTP/1.1 201 Created
2631 2631
     Content-Type: text/plain
2632 2632
 
2633 2633
 Query Parameters:
... ...
@@ -2020,7 +2020,7 @@ Tag the image `name` into a repository
2020 2020
 
2021 2021
 **Example response**:
2022 2022
 
2023
-    HTTP/1.1 201 OK
2023
+    HTTP/1.1 201 Created
2024 2024
 
2025 2025
 Query Parameters:
2026 2026
 
... ...
@@ -2670,7 +2670,7 @@ This API is valid only if `tty` was specified as part of creating and starting t
2670 2670
 
2671 2671
 **Example response**:
2672 2672
 
2673
-    HTTP/1.1 201 OK
2673
+    HTTP/1.1 201 Created
2674 2674
     Content-Type: text/plain
2675 2675
 
2676 2676
 Query Parameters: