update_project
Update an existing project in the anonymous session
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | The display name of the project | |
| slug | No | The URL slug for the project (used in URLs) | |
| is_public | No | Whether the project is public or private | |
| session_id | Yes | The anonymous session ID | |
| project_slug | Yes | The slug of the project to update | |
| overview_content | No | Markdown content for the project overview |