Find a request by route path #4025
Unanswered
javaherisaber
asked this question in
Ideas
Replies: 1 comment
|
The request filter on the debug screen uses the description of the end points, please make it support the pathname of the endpoints as well. Example, an endpoint called GET /users with a description of 'retrieve contact names' Currently entering 'users' in the request filter will not filter the endpoint, but entering 'contact' will |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
There is a
Filteroption to find requests by name.It would be more convenient to find the request by route path also.
Example:
Request:
/user/auth/loginName: Login
In Filter input, we put
/user/authto find all auth related requestsAll reactions