theoomoregbee / sails-hook-swagger-generator

A tool to help generate Swagger specification documentation based on OAS 3.0 for Sails APIs
MIT License
78 stars 33 forks source link

fix: Re-add missing query parameters for shortcut blueprint create #74

Closed danielsharvey closed 4 years ago

danielsharvey commented 4 years ago

Two recent changes (aeda736 and f49fab3) conflicted.

This fix corrects shortcut create blueprints which generate query parameters from the model schema but did not account for the change to required handling (which ensured required was not enforced for update blueprints).

theoomoregbee commented 4 years ago

:tada: This PR is included in version 3.1.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: