patch_project
Partially update a project by merging provided fields, leaving other attributes unchanged. Requires project ID; optionally update name or attributes.
Instructions
Partially update a project (merge/upsert semantics).
Unlike update_project, this does NOT remove attributes absent from the request.
Args: project_id: The project identifier name: Optional new name attributes: Optional attributes to upsert
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| attributes | No | ||
| project_id | Yes |