From 287d8ee7656ec3097254570d839bb26203bdc41b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ensar=20Saraj=C4=8Di=C4=87?= Date: Sun, 4 Nov 2018 15:10:02 +0100 Subject: [PATCH] Change Config tag to Application Information in swagger --- app/api/resources/swagger/get_app_config_spec.yaml | 2 +- app/api/resources/swagger/get_mqtt_config_spec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/api/resources/swagger/get_app_config_spec.yaml b/app/api/resources/swagger/get_app_config_spec.yaml index beb47d9..da810ab 100644 --- a/app/api/resources/swagger/get_app_config_spec.yaml +++ b/app/api/resources/swagger/get_app_config_spec.yaml @@ -1,7 +1,7 @@ Gets server app configuration and description --- tags: - - Config + - Application Information responses: 200: description: Success diff --git a/app/api/resources/swagger/get_mqtt_config_spec.yaml b/app/api/resources/swagger/get_mqtt_config_spec.yaml index 195a6a8..e970286 100644 --- a/app/api/resources/swagger/get_mqtt_config_spec.yaml +++ b/app/api/resources/swagger/get_mqtt_config_spec.yaml @@ -2,7 +2,7 @@ Gets server Mqtt configuration and description --- tags: - Mqtt - - Config + - Application Information responses: 200: description: Success