v1

latestOpenAPI 3.0.32026-07-22238629559.2 KB
ScmAppsService

Add Azure DevOps Project

Add a new ADO project to an existing Entra App install. The service principal must already have permissions on the ADO project

post/api/scm/deployments/{deploymentId}/scm_apps/{scmAppId}/add_ado_project

Path parameters

deploymentIdstring required
scmAppIdstring required

Request body

deploymentIdstring
scmAppIdstring
organizationNamestring

The Azure DevOps organization name

projectNamestring

The Azure DevOps project name within the organization

Example request

{
  "organizationName": "myorg",
  "projectName": "myproject"
}

Response

OK

ProtosScmV1AddAdoScmProjectResponse required