Holmusk / servant-docs-simple

Generate documentation for API endpoints via typerep

Repository from Github https://github.comHolmusk/servant-docs-simpleRepository from Github https://github.comHolmusk/servant-docs-simple

Endpoints with `Put` verbs not processed at all

oishikg opened this issue · comments

We have added a new API endpoint with a PUT verb to the spec. Unfortunately, on attempting to generate the documentation, no documentation is generated for the PUT endpoint.

@jhrcek any idea why is this? Also most likely the situation will be same for PATCH method which is also quite common and useful.

No idea yet.
I expanded tests to include endpoints with other verbs, but it seems to be working.
@oishikg when you have a minute could you point me to the code where it's not working for you?
If it's company private code, just sent it to me via teams chat..

Resolved in #21