Create transformations

Create a maximum of 1000 transformations per request.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
Request Body schema: application/json
required
Array of objects (TransformationCreate) <= 1000 items
Responses
200

Response with list of transformations.

400

The response for a failed request.

403

The response for a forbidden request.

409

The response for a conflict.

post/transformations
Request samples
application/json
{
  • "items": [
    • {
      }
    ]
}
Response samples
application/json
{
  • "items": [
    • {
      }
    ]
}