Openapi3 importer: Generate endpoint docs. #3532
Replies: 3 comments
-
I'm not seeing any downsides to this at the moment, nor has anyone voiced any. Going to put the accepted label on it. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Alright, sweet. Will start implementing this soon. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently when importing an OpenAPI3 specification the Docs tab is almost empty. I would like the importer to generate docs for each endpoint.
Example doc generation:
Endpoint summary here
GET /my/endpoi.nt
Endpoint description here.
Path parameters
Endpoint parameters
Responses
It could also include the following path item fields: requestBody, responses, and security.
I'm willing to implement this. But I want to feature to be approved first.
Beta Was this translation helpful? Give feedback.
All reactions