From 887c4188f469698938213eddd1babf224cc39737 Mon Sep 17 00:00:00 2001 From: Yong Tang Date: Wed, 7 Dec 2016 08:11:12 -0800 Subject: [PATCH] Fix a couple of incorrect version string in swagger.yaml This fix fixes a couple of incorrect version strings in swagger.yaml `v1.25` should be `v1.26`. This applies to 1.14 version only. Also checked 1.13rc and it is fine. Signed-off-by: Yong Tang --- api/swagger.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/swagger.yaml b/api/swagger.yaml index 189c149e40..b3fb06f43a 100644 --- a/api/swagger.yaml +++ b/api/swagger.yaml @@ -44,7 +44,7 @@ info: The API is usually changed in each release of Docker, so API calls are versioned to ensure that clients don't break. - For Docker Engine 1.14, the API version is 1.26. To lock to this version, you prefix the URL with `/v1.25`. For example, calling `/info` is the same as calling `/v1.25/info`. + For Docker Engine 1.14, the API version is 1.26. To lock to this version, you prefix the URL with `/v1.26`. For example, calling `/info` is the same as calling `/v1.26/info`. Engine releases in the near future should support this version of the API, so your client will continue to work even if it is talking to a newer Engine.