hello guys! question: is there any way to include ...
# support-questions
a
hello guys! question: is there any way to include supertokens API into general swagger-based API docs of the project? i use nest.js and connected via middleware, so maybe it's not possible or maybe you know how to do it?
r
hey @artico
we have docs for the APIs exposed via the middleware here: https://supertokens.io/docs/fdi
a
yeah i've seen it, but i'd like to include at least some endpoints like signin and signup into our own swagger, to make it more complete
r
i don't think there is an automatic way to add it to your swagger
you will probably have to copy over into your swagger
2 Views