update nodejs/ts package license to use Apache-2.0

This commit is contained in:
wing328
2016-05-29 18:08:32 +08:00
parent e6825eaff4
commit a27cda68ce
26 changed files with 338 additions and 295 deletions

View File

@@ -587,6 +587,10 @@ 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"
@@ -594,10 +598,6 @@ 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"