From e4532a27cd2a6f92aaf724fddbffa00fcecb064c Mon Sep 17 00:00:00 2001 From: Simon Zolin Date: Mon, 3 Jun 2019 11:21:57 +0300 Subject: [PATCH] - openapi: correct format --- openapi/openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi/openapi.yaml b/openapi/openapi.yaml index 318849b0..53f8d25d 100644 --- a/openapi/openapi.yaml +++ b/openapi/openapi.yaml @@ -144,7 +144,7 @@ paths: - 'application/json' responses: 200: - description: 'Version info. If response message is empty, UI doesn't show a version update message.' + description: 'Version info. If response message is empty, UI does not show a version update message.' schema: $ref: "#/definitions/VersionInfo" 500: