From 5b29cae1331d5c49974f7f2861d378bd63a716e7 Mon Sep 17 00:00:00 2001
From: Simon Zolin <s.zolin@adguard.com>
Date: Tue, 28 May 2019 11:41:36 +0300
Subject: [PATCH] * openapi: update /version.json description

---
 openapi/openapi.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openapi/openapi.yaml b/openapi/openapi.yaml
index 6fd9503f..2f0f98db 100644
--- a/openapi/openapi.yaml
+++ b/openapi/openapi.yaml
@@ -144,7 +144,7 @@ paths:
                 - 'application/json'
             responses:
                 200:
-                    description: 'Version info'
+                    description: 'Version info.  If response message is empty, UI doesn't show a version update message.'
                     schema:
                         $ref: "#/definitions/VersionInfo"
                 500: