You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the "swagger-typescript-api" library to generate client, however I noticed that the @operation annotation with the operationId parameter is being ignored for overloaded methods, they are grouped in the api-docs specification and only the last one is taken into account, in addition to adding a suffix.
To Reproduce
Create two GET endpoints with same path and add @operation(operationId = '')
Describe the bug
I am using the "swagger-typescript-api" library to generate client, however I noticed that the @operation annotation with the operationId parameter is being ignored for overloaded methods, they are grouped in the api-docs specification and only the last one is taken into account, in addition to adding a suffix.
To Reproduce
Create two GET endpoints with same path and add @operation(operationId = '')
Code example: https://github.com/alverad-katsuro/example-swagger-bug.git based on: #675 (comment)
Expected behavior
Two specifications in api-docs
Screenshots
Additional context
Spring Boot 3.3.3
Swagger 2.5.0
The text was updated successfully, but these errors were encountered: