[GH-ISSUE #1452] On updating the value of a path parameter the API request is not updated. #469

Closed
opened 2026-03-16 15:33:10 +03:00 by kerem · 0 comments
Owner

Originally created by @oshhh on GitHub (Jan 29, 2021).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1452

Describe the bug
Un changing the value of the path parameter, the request is not updated and on sending the request, the request goes according to the previous value of the path parameter.

To Reproduce
Steps to reproduce the behavior:

  1. Create a request containing a path parameter and set the parameter value to val1.
  2. Send request.
  3. Change the value of the path parameter.
  4. Send the request again
  5. See error: request sent according to previous value of parameter.

Also visible from the show code feature. The value of the parameter not updated in the show code feature.

Expected behavior
The URL should be updated on changing the path parameter.

Screenshots
Screenshot 2021-01-30 at 2 28 25 AM

Originally created by @oshhh on GitHub (Jan 29, 2021). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1452 **Describe the bug** Un changing the value of the path parameter, the request is not updated and on sending the request, the request goes according to the previous value of the path parameter. **To Reproduce** Steps to reproduce the behavior: 1. Create a request containing a path parameter and set the parameter value to val1. 2. Send request. 3. Change the value of the path parameter. 4. Send the request again 4. See error: request sent according to previous value of parameter. Also visible from the show code feature. The value of the parameter not updated in the show code feature. **Expected behavior** The URL should be updated on changing the path parameter. **Screenshots** ![Screenshot 2021-01-30 at 2 28 25 AM](https://user-images.githubusercontent.com/45964755/106326676-df915600-62a2-11eb-89f1-52bf6b2e9be2.png)
kerem 2026-03-16 15:33:10 +03:00
  • closed this issue
  • added the
    resolved
    label
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#469
No description provided.