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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"success":"\u003cboolean\u003e","error":"\u003cstring\u003e"}