-
Notifications
You must be signed in to change notification settings - Fork 865
Description
Is there an existing request for this feature?
- I have searched the existing issues for this feature request and I know that duplicates will be closed
Is your feature request related to a problem?
Need a complete set of API documentation.
Here was my support request: https://support.postman.com/hc/en-us/requests/117332
Describe the solution you'd like
We have our APIs documented in Open API 3.0. I am able to import into postman and am looking to generate our documentation. At issue is documentation of our post/patch body data / schema. We have documented all the fields and their descriptions. When I view the schema documentation online, that is what I would expect to see. All the fields in a post or patch under the “show properties”. Perfect.
If I go to the collection (created when I import) I can see the ability to ability view and publish documentation but it is missing post / patch field definitions.
It would be great to get complete set generated out of Postman. As it is we need to document out post and patch and other responses separately. We also want a single source of truth: the Open API spec
Describe alternatives you've considered
none noted
Additional context
No response