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