You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @majoshi1
If I understood correctly, you want to use your app route URL in openapi file. If so, the answer is - yes, you can use any route in the definition file for ex. in the description [Test](/#tag/pet/operation/addPet)
We have an application that uses react routes. We are trying to put a link to route in api spec.
e.g. <Link to"route name">Text
Is there a way to add router link in spec file?
The text was updated successfully, but these errors were encountered: