Bind value to the URL path. eg: /books/{id}/show #3587
Replies: 7 comments
-
You can set various tags in the path already. Hit ctrl + space to bring up the list. There are all sorts of things you can configure
|
Beta Was this translation helpful? Give feedback.
-
thanks for answer sir, but i actually want that url value is set in UI like Query form, not defined via the environment |
Beta Was this translation helpful? Give feedback.
-
You can use a Prompt Tag to do that. When you send the request it will pop up a dialog asking you to enter the value of the placeholder. |
Beta Was this translation helpful? Give feedback.
-
using the prompt is slower since you have to click twice to send an http request |
Beta Was this translation helpful? Give feedback.
-
#203 would fix this issue for me |
Beta Was this translation helpful? Give feedback.
-
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Beta Was this translation helpful? Give feedback.
-
Is your feature request related to a problem? Please describe.
Currently there is Query tab to set query parameters. But i want to set parameters in path too.
Describe the solution you'd like
Bind the values to the url path template.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions