[GH-ISSUE #1611] PATCH request method support #506

Closed
opened 2026-03-16 15:45:14 +03:00 by kerem · 1 comment
Owner

Originally created by @takos22 on GitHub (Apr 21, 2021).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1611

Is your feature request related to a problem? Please describe.
I usually use PATCH requests in my APIs when I don't want to edit a whole resource but just part of it, but I can't test it with hoppscotch.

Describe the solution you'd like
Add PATCH method to methods list.

Describe alternatives you've considered
A way to add custom methods: at the bottom of the method list, add a choice to add custom methods

Additional context
https://wikipedia.org/wiki/Patch_verb

the PATCH method is a request method supported by the Hypertext Transfer Protocol (HTTP) protocol for making partial changes to an existing resource

Originally created by @takos22 on GitHub (Apr 21, 2021). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1611 **Is your feature request related to a problem? Please describe.** I usually use PATCH requests in my APIs when I don't want to edit a whole resource but just part of it, but I can't test it with hoppscotch. **Describe the solution you'd like** Add PATCH method to methods list. **Describe alternatives you've considered** A way to add custom methods: at the bottom of the method list, add a choice to add custom methods **Additional context** https://wikipedia.org/wiki/Patch_verb > the PATCH method is a request method supported by the Hypertext Transfer Protocol (HTTP) protocol for making partial changes to an existing resource
kerem closed this issue 2026-03-16 15:45:19 +03:00
Author
Owner

@takos22 commented on GitHub (Apr 21, 2021):

Never mind, I was on mobile and didn't see the drop down was scrollable. 🤦‍♂️

<!-- gh-comment-id:824428304 --> @takos22 commented on GitHub (Apr 21, 2021): Never mind, I was on mobile and didn't see the drop down was scrollable. 🤦‍♂️
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#506
No description provided.