[Go] Fix operation files clobbering model files. [2.4.0] (#7337)

* Prevent operation files clobbering model files.

* Update Tests
This commit is contained in:
antihax
2018-01-14 03:00:17 -06:00
committed by William Cheng
parent 3930b5b0a1
commit 72abb20f2e
60 changed files with 458 additions and 455 deletions

View File

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