linear_updateRoadmap
Update an existing roadmap by specifying its ID and optionally changing name, color, owner, sort order, or description.
Instructions
Update an existing roadmap
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the roadmap to update | |
| name | No | The new name of the roadmap | |
| color | No | The new roadmap color | |
| ownerId | No | The ID of the new roadmap owner | |
| sortOrder | No | The new sort order of the roadmap | |
| description | No | The new description of the roadmap |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| url | No | ||
| name | No | ||
| color | No | ||
| owner | No | ||
| slugId | No | ||
| creator | No | ||
| projects | No | ||
| createdAt | No | ||
| sortOrder | No | ||
| updatedAt | No | ||
| archivedAt | No | ||
| description | No |