If I want to create a v2 of an api with v2 I mean create a new folder called v2 in the top of the api
copy all existing api calls to this v2 folder. I have found that I can make a copy of an api call but how can I move it to another folder?
I have tried right click no option, tried dragging doesn’t work.
Due to some complex technical reasons, it is not possible to move the API across folders on a sub-branch. If you need to create a new folder to represent the v2 APIs, you can perform the “copy-move” operation on the main branch.
I found that I could do duplicate on the folder, that will do the trick for me. And not use branches at all. Only selected publish on the live document
Yeah, if your need is to publish different version of API docs, it’s a completely suitable way.