我正在尝试使该过程自动化,以便使用curl命令通过bitbucket API为用户提供对Cloud上Bitbucket分支的访问。我访问link时,请为我提供命令帮助。但没有运气。
我已经运行了以下命令,但是却得到了400。请在我做错事情的地方提供帮助。
。\ curl -i -u用户:密码-H“内容类型:应用程序/ json” -X POST -d'{“ type”:“无删除 es“,” matcher“:{” id“:” refs / heads / branchname“,” displayId“:” branchname“,” type“:{” id“:” BRANCH“,” name“:” Bra nch“},” active“:true},” users“:[” user“],” groups“:[]}''https://api.bitbucket.org/rest/branch-permissions/2.0/pro jects / projectkey / repos / reponame / restrictions'