Introducing OpenAPI Sync (Beta) in v3.2.0 #7401
sreelakshmi-bruno
announced in
Announcements
Replies: 2 comments
-
|
Love it! one thing I noticed is when updating parameter types it detects the change but doesn't allow to update because there are no new endpoints |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hi @YoilyL , thanks for the feedback. Currently, this happens because all values in Bruno is stored as strings. We can revisit after we add type support in Bruno. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone!
We're excited to share that OpenAPI Sync is released in v3.2.0
This feature is in beta. You can enable it by turning on the feature flag in Preferences.
Note
Download: https://www.usebruno.com/downloads
We’d love to hear about any bugs, confusing parts of the workflow, or suggestions for improvement.
What is OpenAPI Sync?
OpenAPI Sync lets you keep your Bruno collection in sync with an OpenAPI/Swagger specification file. When your API spec changes, Bruno shows you the changes detected, allowing you to review and accept them. You can also choose to accept only changes to some endpoints and discard others. Your tests and scripts are always preserved, so you won't lose any custom logic you've added to your requests in Bruno.
This is especially useful for teams where the API spec is the source of truth, giving you full control over how spec changes flow into your collection.
The documentation for OpenAPI Sync is still a work in progress, so if anything in the workflow feels unclear, please let us know. If you'd like to share more detailed feedback or walk through your use case, I’d also be happy to hop on a call.
Adding some screenshots of the flow:



Looking forward to hearing your thoughts. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions