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
The generated code for OpenAPI specs where the operationId contains spaces, doesn't build
operationId
OpenAPI Specifications
openapi: '3.0.0' paths: /jobs/{job-id}: get: tags: - 'Jobs' operationId: 'Get job details' description: 'Get the details of the specified job.' parameters: - in: 'path' name: 'job-id' description: 'Job ID' required: true schema: type: 'string' responses: '200': description: 'successful operation'
The text was updated successfully, but these errors were encountered:
christianhelle
Successfully merging a pull request may close this issue.
The generated code for OpenAPI specs where the
operationId
contains spaces, doesn't buildOpenAPI Specifications
The text was updated successfully, but these errors were encountered: