1
0
mirror of https://github.com/mainflux/mainflux.git synced 2025-05-09 19:29:29 +08:00

Correct Swagger

Signed-off-by: Drasko DRASKOVIC <drasko.draskovic@gmail.com>
This commit is contained in:
Drasko DRASKOVIC 2015-12-05 01:15:00 +01:00
parent 980f6ac525
commit e2ab3e19e6

View File

@ -10,11 +10,22 @@ info:
license:
name: Apache-2.0
url: 'http://opensource.org/licenses/Apache-2.0'
host: api.mainflux.com
basePath: /
schemes:
- http
- https
consumes:
- application/json
- text/xml
produces:
- application/json
- text/html
paths:
/status:
get:
description: |
Gets Mainflux server status.
Gets Mainflux server status
responses:
'200':
description: Server is running