Hi,
In BB server API, I'm trying to figure out what is the permission level I need to be able to run these API requests:
GET /plugins/servlet/applinks/whoami
POST /rest/build-status/1.0/commits/{sha}
POST /rest/api/1.0/projects/{projId}/repos/{repoId}/webhooks
DELETE /rest/api/1.0/projects/{projId}/repos/{repoId}/webhooks/{hookId}
GET /rest/api/1.0/repos
GET/rest/api/1.0/projects/{projId}/repos/{repoId}/commits/{sha}
Can someone direct me to the relevant article?
Thanks!