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
Describe the bug
When using nested routers, the path parameter of the parent router gets changed to query in openapi docs. I encountered this error while using orval for generating client
Describe the bug
When using nested routers, the path parameter of the parent router gets changed to query in openapi docs. I encountered this error while using orval for generating client
The parameter has to be set explicitly to Path in the child router routes as below in order to set the parameter as path parameter
The text was updated successfully, but these errors were encountered: