Change name and description for relation of entity
yzako opened this issue · 1 comments
yzako commented
Hello,
I’m using springbox swagger 2.9.2 and spring-data-rest. When i override the name and description (with @Api(tags = ...) ) for repository and entity, it’s works. But if the entity has a relation (join), its API documentaion doesn’t appear in the same “tags”.
Do you have the solution in order to fix that ?
Thank you.
dilipkrish commented
@yzako ah! thats a great catch! Would you mind creating an issue in the springfox repo for it?