update_openpipeline_configuration
Update the entire OpenPipeline configuration for a specific data type by fetching the current configuration, modifying it, and replacing it with the updated object.
Instructions
Replace the full OpenPipeline configuration for a specific data type (WRITE, requires DT_ENABLE_WRITES=true). Fetch the current configuration first with get_openpipeline_configuration, modify it, then PUT it back. This replaces the entire configuration object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Configuration id / data type to update, e.g. 'logs', 'events', 'bizevents', 'metrics'. | |
| configuration | Yes | Full configuration object (typically fetched via get_openpipeline_configuration, then modified). PUT replaces the whole configuration. |