Hi, I have been using Bitbucket API to keep track of the version using the API 1.0, where I was able to create using a REST Url query and integrated with Jenkins.
After the migration to API 2.0 I found out that creating versions is not allowed anymore.
And I was wondering how can I replicate this behave with the current API, there is also no id in the response of the versions so I can't filter for the last one based on Id or just query one of them.