update_transformation
Updates an existing transformation by providing its unique identifier and a request body with the desired changes.
Instructions
⚠️ WRITE OPERATION - Confirm with user before calling. Updates the transformation if a valid identifier is provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema_file | Yes | REQUIRED: You must first read the schema file at 'open-api-definitions/transformations/update_transformation.json', then provide this exact path here to confirm. | |
| request_body | Yes | JSON string containing the request body. Refer to the schema file for the expected structure. | |
| transformation_id | Yes | The unique identifier for the transformation |