Double /Branches in team server API call

0
Hello everyone, Right now I'm working with the team server API from Mendix. I want to use the "Retrieve Revisions" call. The URL for this call is: https://deploy.mendix.com/api/1/apps/<AppId>/branches/<Name>/revisions/ The problem I have is that the name of the branch contains, "branches/" So the url will be like this: https://deploy.mendix.com/api/1/apps/appid/branches/branches/name/revisions/ The API won't work with the double /branches. But i can also not remove it because it's part of the name. Is there a way to work around this? or fix it? Thanks in advance!
asked
1 answers
1

Hi Hugo,

Maybe it's best to contact support about this. I suspect this has to do with the way the API is set up.
Another way would be to create a new branch and use another name.  I don't know if this is a possibility?

Good luck,

Alex

answered