eco_update
Update an existing ECO's metadata or status. Change fields like status, title, revision, bundled ECNs, body, or create a pull request.
Instructions
Update an existing ECO's metadata or status.
Only the fields you provide will be changed. Use this to authorize an ECO, update its ECN list, or change its status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Source Parts project ID or git repo URL | |
| eco_id | Yes | ECO identifier (e.g. 'ECO-001') | |
| status | No | New status (PENDING CLIENT AUTHORIZATION, AUTHORIZED, IN PROGRESS, COMPLETED, REJECTED) | |
| title | No | New title | |
| revision | No | New revision string | |
| ecn_ids | No | Updated list of bundled ECN IDs | |
| body | No | New body content (replaces entire body) | |
| create_pr | No | If True, create a PR with the change | |
| branch | No | Target branch for the commit |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||