[GH-ISSUE #5805] [feature]: Update OpenAPI collections #2271

Open
opened 2026-03-16 23:48:00 +03:00 by kerem · 2 comments
Owner

Originally created by @DanielGekeler on GitHub (Jan 26, 2026).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5805

Is there an existing issue for this?

  • I have searched the existing issues

Summary

Enable the user to update OpenAPI collections that were imported from URL when the OpenAPI specification changes.

Why should this be worked on?

As a backend developer, I use hoppscotch to interact with my APIs. I usually import OpenAPI specifications via a URL. When making changes to endpoints, I have to remove the collection and import it again to update hoppscotch.

It would be useful to have a button in the context menu of the collection to update it. This button should fetch the OpenAPI specifications from the original import URL and apply any changes without requiring me to enter the URL again.

Originally created by @DanielGekeler on GitHub (Jan 26, 2026). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5805 ### Is there an existing issue for this? - [x] I have searched the existing issues ### Summary Enable the user to update OpenAPI collections that were imported from URL when the OpenAPI specification changes. ### Why should this be worked on? As a backend developer, I use hoppscotch to interact with my APIs. I usually import OpenAPI specifications via a URL. When making changes to endpoints, I have to remove the collection and import it again to update hoppscotch. It would be useful to have a button in the context menu of the collection to update it. This button should fetch the OpenAPI specifications from the original import URL and apply any changes without requiring me to enter the URL again.
Author
Owner

@bittoby commented on GitHub (Feb 23, 2026):

@liyasthomas @jamesgeorge007 Can i pick this up?

<!-- gh-comment-id:3942181585 --> @bittoby commented on GitHub (Feb 23, 2026): @liyasthomas @jamesgeorge007 Can i pick this up?
Author
Owner

@saksham242007 commented on GitHub (Mar 13, 2026):

Hi! I’m interested in contributing to this feature.

For a first step, I’m planning to add a helper function that fetches an OpenAPI spec from the original import URL and parses it into a JavaScript object, supporting both JSON and YAML. This will serve as the foundation for updating collections later.

I’d love any feedback on this approach before I start working on it.

<!-- gh-comment-id:4052524182 --> @saksham242007 commented on GitHub (Mar 13, 2026): Hi! I’m interested in contributing to this feature. For a first step, I’m planning to add a helper function that fetches an OpenAPI spec from the original import URL and parses it into a JavaScript object, supporting both JSON and YAML. This will serve as the foundation for updating collections later. I’d love any feedback on this approach before I start working on it.
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#2271
No description provided.