linear_updateReleasePipeline
Update an existing release pipeline by providing its ID and any fields to change, such as name, teams, or type.
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 | |
| teamIds | No | The updated team identifiers for the pipeline | |
| type | No | The updated pipeline type | |
| slugId | No | The updated pipeline slug identifier | |
| isProduction | No | Whether the pipeline targets production | |
| includePathPatterns | No | Updated glob patterns to include matching commit paths |