Transformations
(DEPRECATED) Correct the Transformation value
This endpoint has been deprecated and may be replaced or removed in future versions of the API.
Deprecating will be replaced by put. Updates a transformation with feedback on the corrected transformation value.
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 PATCH "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
}