Postman - How to define a path variable inside parentheses

55 Views Asked by At

Is there a way to make Postman recognize that the :id is a path variable and not part of the entityName path variable? I don't want to add it as a variable to an environment/global/collection because it's not as quick to edit.

{{somePath}}/Entities/:entityName(:id)

What Postman thinks it is

0

There are 0 best solutions below