mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-11 06:22:48 +00:00
[Go] Fix operation files clobbering model files. [2.4.0] (#7337)
* Prevent operation files clobbering model files. * Update Tests
This commit is contained in:
@@ -108,11 +108,11 @@ paths:
|
||||
type: "array"
|
||||
items:
|
||||
type: "string"
|
||||
default: "available"
|
||||
enum:
|
||||
- "available"
|
||||
- "pending"
|
||||
- "sold"
|
||||
default: "available"
|
||||
collectionFormat: "csv"
|
||||
x-exportParamName: "Status"
|
||||
responses:
|
||||
|
||||
Reference in New Issue
Block a user