Update provider parameters on the repository associated with a project
Updates provider-specific parameters on the repository already associated with a project. Repositories associated outside the public API can be missing provider parameters — for example the Azure DevOps tenantId — that are required to use the Repository Migration API; use this endpoint to supply or repair those parameters. For Azure DevOps, supply providerParameters.tenantId. For GitHub, no providerParameters are needed: the GitHub App installation is re-resolved automatically. GitLab, Bitbucket Cloud and Bitbucket Data Center have no updatable repository parameters; re-supply their machine-user credentials via POST /v1/projects//repositories/token instead.
Authorizations
a valid bearer token
Path Parameters
^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$Body
Response
Repository provider parameters updated
