From 6f34bd6f968be243659ad62976822036f4f4eb17 Mon Sep 17 00:00:00 2001 From: Sebastiaan van Stijn Date: Fri, 3 Nov 2017 16:11:07 +0100 Subject: [PATCH] Move "until" option to correct API version Signed-off-by: Sebastiaan van Stijn --- docs/api/version-history.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api/version-history.md b/docs/api/version-history.md index 8ae30fc270..5056c0ddba 100644 --- a/docs/api/version-history.md +++ b/docs/api/version-history.md @@ -21,7 +21,8 @@ keywords: "API, Docker, rcli, REST, documentation" `Isolation` field on container spec to set the Isolation technology of the containers running the service (`default`, `process`, or `hyperv`). This configuration is only used for Windows containers. - +* `GET /containers/(name)/logs` now supports an additional query parameter: `until`, + which returns log lines that occurred before the specified timestamp. ## v1.34 API changes @@ -33,7 +34,6 @@ keywords: "API, Docker, rcli, REST, documentation" If `Error` is `null`, container removal has succeeded, otherwise the test of an error message indicating why container removal has failed is available from `Error.Message` field. -* `GET /containers/(name)/logs` now supports an additional query parameter: `until`, which returns log lines that occurred before the specified timestamp. ## v1.33 API changes