[koly] generate nodejs codes

This commit is contained in:
kolyjjj
2016-05-04 17:56:02 +08:00
parent 0ce6fd7b36
commit 98a2a22abf
5 changed files with 50 additions and 50 deletions

View File

@@ -587,10 +587,6 @@ paths:
description: "User not found"
x-swagger-router-controller: "User"
securityDefinitions:
api_key:
type: "apiKey"
name: "api_key"
in: "header"
petstore_auth:
type: "oauth2"
authorizationUrl: "http://petstore.swagger.io/api/oauth/dialog"
@@ -598,6 +594,10 @@ securityDefinitions:
scopes:
write:pets: "modify pets in your account"
read:pets: "read your pets"
api_key:
type: "apiKey"
name: "api_key"
in: "header"
definitions:
Order:
type: "object"