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
This issue happens because we let the path params be modified from the path params section. Postman cleverly avoids the problem by preventing modifications to path params. Only allowing them to be added & renamed from the url.
Video.mp4
Postman also has the same problem if we use the bulk edit feature:
The reason I haven't yet gone ahead and disabled adding and removing path params is because of one drawback. We'll be removing one feature that restfox has that others don't. This:
We can keep multiple values for a single path param if your url doesn't change:
Uncheck the first one to quickly check the same path param with another value. It seems quite useful to be removed.
Also what will users who have already added params like this do if we remove the add, delete and checkbox?
I'm not really sure if I missed something but the path params are removed when I edit the url.
Steps:
Screen.Recording.2024-10-18.at.11.34.34.mov
The text was updated successfully, but these errors were encountered: