swagger-api/swagger-play

operationId should not default to controller method name

jaapterwoerds opened this issue · 0 comments

According to the specification(https://swagger.io/docs/specification/paths-and-operations/):

operationId is an optional unique string used to identify an operation

The controller method name is not a good default because as a developer I do not expect that this implementation detail leaks in the documentation.