update_project
Update a GitHub Project V2 by modifying its title, description, readme, visibility, or closed status.
Instructions
Update a GitHub Project V2 (title, description, readme, visibility, or closed status)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | Yes | The global ID of the project | |
| title | No | New title for the project | |
| shortDescription | No | New short description | |
| readme | No | New readme content | |
| closed | No | Whether to close the project | |
| public | No | Whether the project is public |