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
operation-id-override
Is your feature request related to a problem? Please describe.
Our "operationId" generation is not reliable (there could be duplicates and naming issues) and we would like to control it on client side.
Describe the solution you'd like
Have a bilt-in decorator to override operationId
operationId
Describe alternatives you've considered
Manual patching of swagger.json but before the main processing
Additional context
Similar to https://redocly.com/docs/cli/decorators/operation-description-override
The text was updated successfully, but these errors were encountered:
Could you provide an example of how the decorator should work? Just in case, you can build a custom decorator to achieve that: https://redocly.com/docs/cli/custom-plugins/custom-decorators. Please let me know if I can help you with that.
Sorry, something went wrong.
No branches or pull requests
Is your feature request related to a problem? Please describe.
Our "operationId" generation is not reliable (there could be duplicates and naming issues) and we would like to control it on client side.
Describe the solution you'd like
Have a bilt-in decorator to override
operationId
Describe alternatives you've considered
Manual patching of swagger.json but before the main processing
Additional context
Similar to https://redocly.com/docs/cli/decorators/operation-description-override
The text was updated successfully, but these errors were encountered: