I'm using OpenAPI v3 and springdoc and want to hide enum constants from ReDoc:
Note that I don't want to hide the attribute
status
. I want its constants to not appear in the API docs. How can I do such a thing?
I'm using OpenAPI v3 and springdoc and want to hide enum constants from ReDoc:
Note that I don't want to hide the attribute
status
. I want its constants to not appear in the API docs. How can I do such a thing?