Documentation generation - enums

Does the postman documentation generator display enums and descriptions? I don’t see that happening when I publish documentation. Using OpenAPI 3.0 YAML schema.

Thanks.

Hi @xavier_h! Welcome to the community :wave:

Currently, optional parameters are not documented. However, there’s a feature request on a similar topic:

Please feel free to share your use case to weigh in. Our product managers use that feedback to prioritize and add items to our development roadmap :wink:

I think his question is more like How do I get “enum”:’[val1,val2,val3] from the swagger JSON into a documentation? Currently documentation will only show “enum”: type or “enum”: example instead of enumerating all possible values

How that makes sense.

1 Like

@omarkhazamov Yes, exact my requirement. Do we have any fix for it?