update nodejs petstore samples

This commit is contained in:
wing328
2017-03-30 22:39:53 +08:00
parent 0baa6cf0e8
commit a15af0828c
3 changed files with 12 additions and 8 deletions

View File

@@ -108,11 +108,11 @@ paths:
type: "array"
items:
type: "string"
default: "available"
enum:
- "available"
- "pending"
- "sold"
default: "available"
collectionFormat: "csv"
responses:
200: