Replies: 2 comments
-
Hi @oimmc can you share part of swagger schema with |
Beta Was this translation helpful? Give feedback.
0 replies
-
In essence this means your api spec is not completely correct. We have the same issue because we are generating some functions with generics, which causes them to have the same name and operationID. OperationID should be unique, which is why most api spec generators will add a suffix like _1 or _2. I haven't really figured out how to solve it in Spring Boot so maybe it would be nice to have the option here to ignore the suffixes. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
// v3/api-docs .json

operationId: delete1,
I want operationId: delete
or

Beta Was this translation helpful? Give feedback.
All reactions