modify_transformation_project
Update an existing transformation project by providing its unique identifier and a JSON request body with the desired changes.
Instructions
⚠️ WRITE OPERATION - Confirm with user before calling. Updates transformation project if a valid identifier was provided.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The unique identifier for the transformation project | |
| schema_file | Yes | REQUIRED: You must first read the schema file at 'open-api-definitions/transformation-projects/modify_transformation_project.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. |