# Update Data Transformation Schema Update Data Transformation Schema. Endpoint: PUT /datatransformationschemas/{id} Version: 1 Security: apiKey ## Path parameters: - `id` (string, required) ID of the data transformation schema. Example: "66432427ba96dd27add2ea34" ## Request fields (application/json): - `jsonSchema` (object) Validation schema in json format. - `name` (string) Name of the json schema validation. Example: "My schema" ## Response 200 fields (application/json): - `jsonSchema` (object) Validation schema in json format. - `name` (string) Name of the json schema validation. Example: "My schema" - `id` (string) ID of the json validation schema. Example: "66432427ba96dd27add2ea34" - `createdBy` (string) Creator of a resource. Example: "76248934691294444" - `createdAt` (string) Date of creation (ISO 8601-compliant). Example: "2025-08-29T09:47:35Z" - `modifiedBy` (string) User or Client UUID which modified the resource. Example: "76248934691294444" - `modifiedAt` (string) Date of modification (ISO 8601-compliant). Example: "2025-08-29T09:47:35Z"