We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cebe#3
According to the OAS 3 Spec, status codes that are available are defined in https://tools.ietf.org/html/rfc7231#section-6 The generated code is returning 422 for example. https://github.com/OAI/OpenAPI-Specification/blob/3.0.2/versions/3.0.2.md#httpCodes These code is not defined in the RFC. If i am correct it should return 400 instead. Or for duplicate errors: 409
According to the OAS 3 Spec, status codes that are available are defined in https://tools.ietf.org/html/rfc7231#section-6
The generated code is returning 422 for example. https://github.com/OAI/OpenAPI-Specification/blob/3.0.2/versions/3.0.2.md#httpCodes
These code is not defined in the RFC. If i am correct it should return 400 instead.
Or for duplicate errors: 409
The text was updated successfully, but these errors were encountered:
not sure how to solve this, at least for the CRUD generator the codes are defined by the actions and not by the spec.
Sorry, something went wrong.
No branches or pull requests
cebe#3
The text was updated successfully, but these errors were encountered: