latestOpenAPI 3.1.02026-08-1017035.4 KB

2f60b7ba8dc6

Projects

Update a project

Partial update. Only fields present in the body are written.

patch/api/v1/projects/{projectId}

Path parameters

projectIdstring uuid required

Request body

namestring
slugstring
project_contextstring
automerge_fix_prs'never' | 'when_checks_pass' | 'immediately'

Controls whether the agent's auto-opened fix PRs are merged. 'when_checks_pass' uses GitHub native auto-merge; 'immediately' calls the merge API right after PR open.

automerge_method'squash' | 'merge' | 'rebase'

Merge strategy used for auto-merge.

pr_base_branchstring nullable

Target branch for agent-opened PRs. Null or blank uses the repository default branch.

Response

OK