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
operationId.hash=false
We'd like our generated API docs to include plain-text operation IDs instead of hashed ones. This should be configurable: https://zircote.github.io/swagger-php/reference/processors.html#operationid
Is it possible to pass this configuration via L5-swagger?
The text was updated successfully, but these errors were encountered:
any updates?
Sorry, something went wrong.
Probably you are looking for custom processor which you need to implement by your self and include it in config
Or you are looking for ability to configure any processor with the configuration? https://zircote.github.io/swagger-php/reference/processors.html
Successfully merging a pull request may close this issue.
We'd like our generated API docs to include plain-text operation IDs instead of hashed ones. This should be configurable: https://zircote.github.io/swagger-php/reference/processors.html#operationid
Is it possible to pass this configuration via L5-swagger?
The text was updated successfully, but these errors were encountered: