Update transformation block

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

Updates a transformation block. Only values in the body will be updated.

Request Body

{"name"=>"<string>", "dockerContainer"=>"<string>", "indMetadata"=>"<boolean>", "description"=>"<string>", "cliArguments"=>"<string>", "requestsCpu"=>"<number>", "requestsMemory"=>"<integer>", "limitsCpu"=>"<number>", "limitsMemory"=>"<integer>", "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>", "allowExtraCliArguments"=>"<boolean>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;success&quot;:&quot;\u003cboolean\u003e&quot;,&quot;error&quot;:&quot;\u003cstring\u003e&quot;}