Add transformation block

POST {{baseUrl}}/api/organizations/:organizationId/transformation

Adds a transformation block.

Request Body

{"name"=>"<string>", "dockerContainer"=>"<string>", "indMetadata"=>"<boolean>", "description"=>"<string>", "cliArguments"=>"<string>", "additionalMountPoints"=>[{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, {"value"=>"<Error: Too many levels of nesting to fake this schema>"}], "operatesOn"=>"<string>", "requestsCpu"=>"<number>", "requestsMemory"=>"<integer>", "limitsCpu"=>"<number>", "limitsMemory"=>"<integer>", "allowExtraCliArguments"=>"<boolean>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;id&quot;:{&quot;value&quot;:&quot;\u003cError: Too many levels of nesting to fake this schema\u003e&quot;}}