openapi-nodejs-cli
openapi-nodejs-cli copied to clipboard
fix: create crud options control
It has been detected that when generating the operationId of the yml it takes the summary and description tags as its method, which are optional but should be able to be completed. To do this, a filter will be added that only adds as a method what may be susceptible to being a CRUD. See reference: https://spec.openapis.org/oas/v3.1.0#path-item-object