[Swagger]Add /meta

This commit is contained in:
Tosuke
2017-01-06 23:39:57 +09:00
parent a5ff6fb285
commit 8149723abf
2 changed files with 29 additions and 2 deletions

View File

@ -5,6 +5,33 @@
*/
import Git from 'nodegit';
/**
* @swagger
* /meta:
* post:
* summary: Show the misskey's information
* responses:
* 200:
* description: Success
* schema:
* type: object
* properties:
* maintainer:
* description: maintainer's name
* type: string
* commit:
* description: latest commit's hash
* type: string
* secure:
* description: whether the server supports secure protcols
* type: boolean
*
* default:
* description: Failed
* schema:
* $ref: "#/definitions/Error"
*/
/**
* Show core info
*