v1
latestOpenAPI 3.0.32026-07-22238629559.2 KBScmAppsService
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
Example request
{
"organizationName": "myorg",
"projectName": "myproject"
}Response
OK
ProtosScmV1AddAdoScmProjectResponse required