Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix springdoc so that enums names are used instead of toString
This fixes bug where some apis will not execute correctly from the swagger pager due to the wrong enum value being supplied. i.e. visibility should be using enum values PUBLIC/PRIVATE instead of public/private in formatters/zip api, the format should be SIMPLE/PARTIAL/FULL instead of simple/partial/full
- Loading branch information