creates a oauth2 based repo manager integration for the team i.e bitbucket, gitlab
POST
/
v2
/teams
/{team_id}
/install_oauth2_repo_manager
Request Body
application/json
Requiredcreate workspace body
oauth_auth_url
Requiredstring
auth url of the oauth based integration
oauth_base_url
Requiredstring
base url of the oauth based integration
oauth_client_id
Requiredstring
client id of the oauth based integration
oauth_client_secret
Requiredstring
client secret of the oauth based integration
oauth_redirect_url
string
user auth redirect of the oauth based integration
oauth_token_url
Requiredstring
token url of the oauth based integration
repo_manager
Requiredstring
name of repo manager targeted in integration
Value in:
"bitbucket" | "gitlab"
team_id
Requiredstring
team id of integration
Path Parameters
team_id
Requiredstring
ID of team
Header Parameters
Authorization
Requiredstring
sub claim pulled from JWT
OK