mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #1498] Should be an easy/quick way to update/save a Request ? #479
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#479
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rw3iss on GitHub (Feb 21, 2021).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1498
Is your feature request related to a problem? Please describe.
Not particularly.
Describe the solution you'd like
When changing a request's parameters or anything, there isn't currently any clear way to "Save" or update the request (if it's already saved in a Collection). There is only the option to save it, which makes an entirely new request, and then we must delete the old request in the collection. Or am I missing something?
At least if saving to a collection with the same name or otherwise URL or something, it should overwrite by default, or just prompt the user to overwrite.
@liyasthomas commented on GitHub (Feb 21, 2021):
You can actually select your "old request" while saving the updated one. This will overwrite the previous one.
Screenshot:
@rw3iss commented on GitHub (Feb 21, 2021):
Cool, thanks ;-p