diff --git a/docs/reference/api/docker_remote_api_v1.14.md b/docs/reference/api/docker_remote_api_v1.14.md index 8aa7871c30..e7c8fde635 100644 --- a/docs/reference/api/docker_remote_api_v1.14.md +++ b/docs/reference/api/docker_remote_api_v1.14.md @@ -996,7 +996,7 @@ Tag the image `name` into a repository **Example response**: - HTTP/1.1 201 OK + HTTP/1.1 201 Created Query Parameters: diff --git a/docs/reference/api/docker_remote_api_v1.15.md b/docs/reference/api/docker_remote_api_v1.15.md index 9988aafef1..c95a66b0a4 100644 --- a/docs/reference/api/docker_remote_api_v1.15.md +++ b/docs/reference/api/docker_remote_api_v1.15.md @@ -1147,7 +1147,7 @@ Tag the image `name` into a repository **Example response**: - HTTP/1.1 201 OK + HTTP/1.1 201 Created Query Parameters: @@ -1644,7 +1644,7 @@ Sets up an exec instance in a running container `id` **Example response**: - HTTP/1.1 201 OK + HTTP/1.1 201 Created Content-Type: application/json { @@ -1685,8 +1685,8 @@ interactive session with the `exec` command. **Example response**: - HTTP/1.1 201 OK - Content-Type: application/json + HTTP/1.1 200 OK + Content-Type: application/vnd.docker.raw-stream {{ STREAM }} @@ -1717,7 +1717,7 @@ This API is valid only if `tty` was specified as part of creating and starting t **Example response**: - HTTP/1.1 201 OK + HTTP/1.1 201 Created Content-Type: plain/text Query Parameters: diff --git a/docs/reference/api/docker_remote_api_v1.16.md b/docs/reference/api/docker_remote_api_v1.16.md index ad88c5eac5..f91f408495 100644 --- a/docs/reference/api/docker_remote_api_v1.16.md +++ b/docs/reference/api/docker_remote_api_v1.16.md @@ -1095,7 +1095,7 @@ Tag the image `name` into a repository **Example response**: - HTTP/1.1 201 OK + HTTP/1.1 201 Created Query Parameters: @@ -1606,7 +1606,7 @@ Sets up an exec instance in a running container `id` **Example response**: - HTTP/1.1 201 OK + HTTP/1.1 201 Created Content-Type: application/json { @@ -1647,8 +1647,8 @@ interactive session with the `exec` command. **Example response**: - HTTP/1.1 201 OK - Content-Type: application/json + HTTP/1.1 200 OK + Content-Type: application/vnd.docker.raw-stream {{ STREAM }} @@ -1679,7 +1679,7 @@ This API is valid only if `tty` was specified as part of creating and starting t **Example response**: - HTTP/1.1 201 OK + HTTP/1.1 201 Created Content-Type: plain/text Query Parameters: diff --git a/docs/reference/api/docker_remote_api_v1.17.md b/docs/reference/api/docker_remote_api_v1.17.md index 5a85ba09b8..3da962b074 100644 --- a/docs/reference/api/docker_remote_api_v1.17.md +++ b/docs/reference/api/docker_remote_api_v1.17.md @@ -1308,7 +1308,7 @@ Tag the image `name` into a repository **Example response**: - HTTP/1.1 201 OK + HTTP/1.1 201 Created Query Parameters: @@ -1769,7 +1769,7 @@ Sets up an exec instance in a running container `id` **Example response**: - HTTP/1.1 201 OK + HTTP/1.1 201 Created Content-Type: application/json { @@ -1810,8 +1810,8 @@ interactive session with the `exec` command. **Example response**: - HTTP/1.1 201 OK - Content-Type: application/json + HTTP/1.1 200 OK + Content-Type: application/vnd.docker.raw-stream {{ STREAM }} @@ -1842,7 +1842,7 @@ This API is valid only if `tty` was specified as part of creating and starting t **Example response**: - HTTP/1.1 201 OK + HTTP/1.1 201 Created Content-Type: text/plain Query Parameters: diff --git a/docs/reference/api/docker_remote_api_v1.18.md b/docs/reference/api/docker_remote_api_v1.18.md index 09d8ae27f8..421b169623 100644 --- a/docs/reference/api/docker_remote_api_v1.18.md +++ b/docs/reference/api/docker_remote_api_v1.18.md @@ -1408,7 +1408,7 @@ Tag the image `name` into a repository **Example response**: - HTTP/1.1 201 OK + HTTP/1.1 201 Created Query Parameters: @@ -1887,7 +1887,7 @@ Sets up an exec instance in a running container `id` **Example response**: - HTTP/1.1 201 OK + HTTP/1.1 201 Created Content-Type: application/json { @@ -1929,8 +1929,8 @@ interactive session with the `exec` command. **Example response**: - HTTP/1.1 201 OK - Content-Type: application/json + HTTP/1.1 200 OK + Content-Type: application/vnd.docker.raw-stream {{ STREAM }} @@ -1961,7 +1961,7 @@ This API is valid only if `tty` was specified as part of creating and starting t **Example response**: - HTTP/1.1 201 OK + HTTP/1.1 201 Created Content-Type: text/plain Query Parameters: diff --git a/docs/reference/api/docker_remote_api_v1.19.md b/docs/reference/api/docker_remote_api_v1.19.md index 0175148ab8..9eeb353efe 100644 --- a/docs/reference/api/docker_remote_api_v1.19.md +++ b/docs/reference/api/docker_remote_api_v1.19.md @@ -1477,7 +1477,7 @@ Tag the image `name` into a repository **Example response**: - HTTP/1.1 201 OK + HTTP/1.1 201 Created Query Parameters: @@ -1970,7 +1970,7 @@ Sets up an exec instance in a running container `id` **Example response**: - HTTP/1.1 201 OK + HTTP/1.1 201 Created Content-Type: application/json { @@ -2012,8 +2012,8 @@ interactive session with the `exec` command. **Example response**: - HTTP/1.1 201 OK - Content-Type: application/json + HTTP/1.1 200 OK + Content-Type: application/vnd.docker.raw-stream {{ STREAM }} @@ -2044,7 +2044,7 @@ This API is valid only if `tty` was specified as part of creating and starting t **Example response**: - HTTP/1.1 201 OK + HTTP/1.1 201 Created Content-Type: text/plain Query Parameters: diff --git a/docs/reference/api/docker_remote_api_v1.20.md b/docs/reference/api/docker_remote_api_v1.20.md index 4ada5c26ac..7a42a0d9e9 100644 --- a/docs/reference/api/docker_remote_api_v1.20.md +++ b/docs/reference/api/docker_remote_api_v1.20.md @@ -1622,7 +1622,7 @@ Tag the image `name` into a repository **Example response**: - HTTP/1.1 201 OK + HTTP/1.1 201 Created Query Parameters: @@ -2116,7 +2116,7 @@ Sets up an exec instance in a running container `id` **Example response**: - HTTP/1.1 201 OK + HTTP/1.1 201 Created Content-Type: application/json { @@ -2158,8 +2158,8 @@ interactive session with the `exec` command. **Example response**: - HTTP/1.1 201 OK - Content-Type: application/json + HTTP/1.1 200 OK + Content-Type: application/vnd.docker.raw-stream {{ STREAM }} @@ -2190,7 +2190,7 @@ This API is valid only if `tty` was specified as part of creating and starting t **Example response**: - HTTP/1.1 201 OK + HTTP/1.1 201 Created Content-Type: text/plain Query Parameters: diff --git a/docs/reference/api/docker_remote_api_v1.21.md b/docs/reference/api/docker_remote_api_v1.21.md index 4c86108186..04fec34573 100644 --- a/docs/reference/api/docker_remote_api_v1.21.md +++ b/docs/reference/api/docker_remote_api_v1.21.md @@ -1773,7 +1773,7 @@ Tag the image `name` into a repository **Example response**: - HTTP/1.1 201 OK + HTTP/1.1 201 Created Query Parameters: @@ -2270,7 +2270,7 @@ Sets up an exec instance in a running container `id` **Example response**: - HTTP/1.1 201 OK + HTTP/1.1 201 Created Content-Type: application/json { @@ -2314,8 +2314,8 @@ interactive session with the `exec` command. **Example response**: - HTTP/1.1 201 OK - Content-Type: application/json + HTTP/1.1 200 OK + Content-Type: application/vnd.docker.raw-stream {{ STREAM }} @@ -2347,7 +2347,7 @@ This API is valid only if `tty` was specified as part of creating and starting t **Example response**: - HTTP/1.1 201 OK + HTTP/1.1 201 Created Content-Type: text/plain Query Parameters: diff --git a/docs/reference/api/docker_remote_api_v1.22.md b/docs/reference/api/docker_remote_api_v1.22.md index a5e0390c63..4aa62597ed 100644 --- a/docs/reference/api/docker_remote_api_v1.22.md +++ b/docs/reference/api/docker_remote_api_v1.22.md @@ -1984,7 +1984,7 @@ Tag the image `name` into a repository **Example response**: - HTTP/1.1 201 OK + HTTP/1.1 201 Created Query Parameters: @@ -2627,7 +2627,7 @@ This API is valid only if `tty` was specified as part of creating and starting t **Example response**: - HTTP/1.1 201 OK + HTTP/1.1 201 Created Content-Type: text/plain Query Parameters: diff --git a/docs/reference/api/docker_remote_api_v1.23.md b/docs/reference/api/docker_remote_api_v1.23.md index 2bf9f8a3dc..466fcd50d6 100644 --- a/docs/reference/api/docker_remote_api_v1.23.md +++ b/docs/reference/api/docker_remote_api_v1.23.md @@ -2020,7 +2020,7 @@ Tag the image `name` into a repository **Example response**: - HTTP/1.1 201 OK + HTTP/1.1 201 Created Query Parameters: @@ -2670,7 +2670,7 @@ This API is valid only if `tty` was specified as part of creating and starting t **Example response**: - HTTP/1.1 201 OK + HTTP/1.1 201 Created Content-Type: text/plain Query Parameters: diff --git a/docs/reference/api/docker_remote_api_v1.24.md b/docs/reference/api/docker_remote_api_v1.24.md index 3ad8a82f38..9c950a7b1c 100644 --- a/docs/reference/api/docker_remote_api_v1.24.md +++ b/docs/reference/api/docker_remote_api_v1.24.md @@ -5,7 +5,7 @@ description = "API Documentation for Docker" keywords = ["API, Docker, rcli, REST, documentation"] [menu.main] parent="engine_remoteapi" -weight=-4 +weight=-5 +++ @@ -2024,7 +2024,7 @@ Tag the image `name` into a repository **Example response**: - HTTP/1.1 201 OK + HTTP/1.1 201 Created Query Parameters: @@ -2674,7 +2674,7 @@ This API is valid only if `tty` was specified as part of creating and starting t **Example response**: - HTTP/1.1 201 OK + HTTP/1.1 201 Created Content-Type: text/plain Query Parameters: