Update Project
update_projectModify an existing Coalesce project with partial updates to name, description, or git configuration.
Instructions
Update an existing Coalesce project. Partial update — only provided fields are changed.
Args:
projectID (string, required): The project ID
name (string, optional): Updated name
description (string, optional): Updated description
gitAccountID, gitRepo, gitBranch (string, optional): Updated git settings
includeWorkspaces, includeJobs (boolean, optional): Expand response
Returns: Updated project object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Updated project name | |
| gitRepo | No | Git repository URL | |
| gitBranch | No | Default git branch name | |
| projectID | Yes | The project ID | |
| description | No | Updated project description | |
| includeJobs | No | Include nested job data in the response | |
| gitAccountID | No | Git account ID to link to the project | |
| includeWorkspaces | No | Include nested workspace data in the response |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| name | No | ||
| message | No |