Transformations

Correct the Transformation value

Updates a transformation with feedback on the corrected transformation value.

PUT
/v1-beta/transformations
x-api-key<token>

Authenticate using API Key in request header

In: header

transformations?array<Transformation>

An array of objects containing all the transformations you want to patch.

Response Body

curl -X PUT "https://api.bem.ai/v1-beta/transformations" \  -H "Content-Type: application/json" \  -d '{}'
{
  "results": [
    {
      "transformationID": "string",
      "success": true,
      "error": "string"
    }
  ],
  "successCount": 0,
  "totalCount": 0
}
{
  "results": [
    {
      "transformationID": "string",
      "success": true,
      "error": "string"
    }
  ],
  "successCount": 0,
  "totalCount": 0
}