Closed hernanhht closed 9 years ago
I was missing schema information for primitive types, add description and defaultValue to the operation object in that case.
Also add the swagger 'consumes' attribute in a per operation basis. Some Resources had operations that needed different 'consumes' attributes. This PR fixes that.
I was missing schema information for primitive types, add description and defaultValue to the operation object in that case.