Support Export from Branches

In team development, multiple members may make changes at the same time. This can sometimes cause unintended discrepancies between the OpenAPI definition and the actual implementation, leading to broken APIs.

Apidog’s branch feature helps prevent this by allowing developers to work on separate branches. However, currently, YAML/JSON export is only supported from the main branch.

If YAML and JSON export could also be supported from other branches, it would greatly improve stability and collaboration in team development.

Hi zaru , Good day! YAML/JSON export is supported for sub-branches as well, and the exported data is a complete merge of the sub-branch with the main branch. This means that when you export from a sub-branch, the result includes both main branch content and sub-branch changes. For better clarity, I’ve attached a screenshot of the export option for the sub branches. You can try and review it and let us know your expectations

Md Mamunur Rashid Thank you for your reply!
It seems my app was outdated. After updating to the latest version, I was able to export from a sub-branch without any issues.