v1
latestOpenAPI 3.0.32026-07-22238629559.2 KBProjectsService
Bulk Edit Projects
Applies changes to multiple specified projects at once.
patch/api/agent/deployments/{deploymentId}/repos
Path parameters
deploymentIdstring int64 required
The unique numerical identifier for the deployment.
Request body
Response
OK
Example response
{
"updatedRepoNames": [
"my-repo",
"my-other-repo"
]
}