linear_updateReleasePipeline
Update a Linear release pipeline's properties by specifying its ID and the fields to modify.
Instructions
Update an existing release pipeline. Provide id plus at least one other field to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the release pipeline to update | |
| name | No | The updated pipeline name | |
| type | No | The updated pipeline type | |
| slugId | No | The updated pipeline slug identifier | |
| teamIds | No | The updated team identifiers for the pipeline | |
| isProduction | No | Whether the pipeline targets production | |
| includePathPatterns | No | Updated glob patterns to include matching commit paths |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| url | No | ||
| name | No | ||
| type | No | ||
| teams | No | ||
| slugId | No | ||
| stages | No | ||
| createdAt | No | ||
| updatedAt | No | ||
| archivedAt | No | ||
| production | No | ||
| description | No | ||
| pathPatterns | No | ||
| latestReleaseNote | No |