v1

latestOpenAPI 3.0.32026-07-22238629559.2 KB
ProjectsService

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

deploymentIdstring int64

The unique numerical identifier for the deployment.

Response

OK

updatedRepoNamesstring[]

The names of the repositories that were updated.

Example response

{
  "updatedRepoNames": [
    "my-repo",
    "my-other-repo"
  ]
}