From 3e4ba6ca0d7a03ad5ec590bdbf3f24dfd43b54e7 Mon Sep 17 00:00:00 2001 From: Wassim Dhif Date: Mon, 23 Apr 2018 17:55:15 +0200 Subject: [PATCH] Fix version mismatch in API documentation Fix a version mismatch in the API documentation. Signed-off-by: Wassim DHIF Upstream-commit: 2058928edc284653b1fb8e719d713ac7edecd091 Component: engine --- components/engine/api/swagger.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/engine/api/swagger.yaml b/components/engine/api/swagger.yaml index db83986b93..2124a816b1 100644 --- a/components/engine/api/swagger.yaml +++ b/components/engine/api/swagger.yaml @@ -50,7 +50,7 @@ info: is returned. If you omit the version-prefix, the current version of the API (v1.37) is used. - For example, calling `/info` is the same as calling `/v1.36/info`. Using the + For example, calling `/info` is the same as calling `/v1.37/info`. Using the API without a version-prefix is deprecated and will be removed in a future release. Engine releases in the near future should support this version of the API,