update_project
Update a Redmine project's name, description, or homepage. Only changes the fields you provide, leaving others untouched.
Instructions
Update a project. Only changes the fields that are provided.
The 'identifier' cannot be changed after creation — that's a Redmine limitation, not one of this server.
Args: project_identifier: project identifier. name: new display name (empty = leave alone). description: new description (empty = leave alone). homepage: project URL (empty = leave alone).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| homepage | No | ||
| description | No | ||
| project_identifier | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |