Change Config tag to Application Information in swagger
parent
8745c5e783
commit
287d8ee765
|
@ -1,7 +1,7 @@
|
||||||
Gets server app configuration and description
|
Gets server app configuration and description
|
||||||
---
|
---
|
||||||
tags:
|
tags:
|
||||||
- Config
|
- Application Information
|
||||||
responses:
|
responses:
|
||||||
200:
|
200:
|
||||||
description: Success
|
description: Success
|
||||||
|
|
|
@ -2,7 +2,7 @@ Gets server Mqtt configuration and description
|
||||||
---
|
---
|
||||||
tags:
|
tags:
|
||||||
- Mqtt
|
- Mqtt
|
||||||
- Config
|
- Application Information
|
||||||
responses:
|
responses:
|
||||||
200:
|
200:
|
||||||
description: Success
|
description: Success
|
||||||
|
|
Loading…
Reference in New Issue