update-pipeline
Apply JSON Patch operations to update a pipeline's metadata by providing its UUID and an array of changes.
Instructions
Update a pipeline using JSON Patch operations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Pipeline UUID to update | |
| operations | Yes | JSON Patch operations array (e.g. [{op:'add', path:'/description', value:'...'}]) |