Relative Content

Tag Archive for pythonbashbitbucket-api

Need to get all the Bitbucket repository variables uuids using Bitbucket rest api

I need to get all the Bitbucket repository variable uuids. For this requirement, I am making use of Bitbucket API. But Bitbucket is not printing all the variables at once. Instead it is giving only a set of values for a request and it is giving a next token.
The requirement to list the Bitbucket repository variable uuids is to update them using an automated pipeline.