Replies: 1 comment 9 replies
-
Hi @mkeyy0, can you share the relevant portion of your OpenAPI specification? |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have pages like log in or logout hosted on the back end, and the OpenAPI schema describes them. But I don't want to make a request using the service function; I want to redirect to this page using
window.location.replace
. I can do it without generated output, but it would be nice to have one source of truth, and if the open API schema is changed, it would be nice to know that the type or value is changed.Currently, do I have any option to do this with the library, or it's not possible right now?
Beta Was this translation helpful? Give feedback.
All reactions