If we have multiple team members updating an API at the same time, is there a way to merge the changes?
If I edit an API through the VS Code extension and another team member is editing the same API through app.swaggerhub.com,
they receive a notification that someone else has edited the API.
If someone edits an API through app.swaggerhub.com and I'm editing the same API through the extension, I don't get any
indication that the API has changed. If I save my changes, I can undo the changes of other team members without realising.
When the API spec is saved in VS Code, it appears to be updated in app.swaggerhub.com immediately without any warnings.
It would be ideal is some kind of change conflict management could be included
If we have multiple team members updating an API at the same time, is there a way to merge the changes?
If I edit an API through the VS Code extension and another team member is editing the same API through app.swaggerhub.com,
they receive a notification that someone else has edited the API.
If someone edits an API through app.swaggerhub.com and I'm editing the same API through the extension, I don't get any
indication that the API has changed. If I save my changes, I can undo the changes of other team members without realising.
When the API spec is saved in VS Code, it appears to be updated in app.swaggerhub.com immediately without any warnings.
It would be ideal is some kind of change conflict management could be included