How could I prompt for a value for the URL in Paw HTTP Client

1.1k Views Asked by At

I have URLs like this:

http://localhost:8000/api/v1/[ENV_VALUE_1]/items/[ENV_VALUE_2]/[ID]

The environment values are pre-defined and change when I change the context. But I'd like to prompt for the [ID] value on each request. Is it possible?

Thanks!

0

There are 0 best solutions below