Clean up: Remove unmaintained codes

This commit is contained in:
syuilo
2018-07-25 00:33:48 +09:00
parent c3b3b9b9a6
commit 575da76235
10 changed files with 0 additions and 499 deletions

View File

@ -7,59 +7,6 @@ export const meta = {
requireCredential: true
};
/**
* @swagger
* /app/create:
* note:
* summary: Create an application
* parameters:
* - $ref: "#/parameters/AccessToken"
* -
* name: nameId
* description: Application unique name
* in: formData
* required: true
* type: string
* -
* name: name
* description: Application name
* in: formData
* required: true
* type: string
* -
* name: description
* description: Application description
* in: formData
* required: true
* type: string
* -
* name: permission
* description: Permissions that application has
* in: formData
* required: true
* type: array
* items:
* type: string
* collectionFormat: csv
* -
* name: callbackUrl
* description: URL called back after authentication
* in: formData
* required: false
* type: string
*
* responses:
* 200:
* description: Created application's information
* schema:
* $ref: "#/definitions/Application"
*
* default:
* description: Failed
* schema:
* $ref: "#/definitions/Error"
*/
/**
* Create an app
*/