pyeve / eve-swagger

Swagger extension for Eve-powered RESTful APIs
http://python-eve.org
Other
154 stars 43 forks source link

Add resource 'example' field to override automatic schema generation. #69

Closed rmlopes closed 6 years ago

rmlopes commented 6 years ago

The resource's 'example' field is used in the examples provided in POST requests documentation. This is useful for instance if one wants to hide some properties from the examples since they are not set by the client.

nicolaiarocci commented 6 years ago

Thanks