Update transfer learning block

POST {{baseUrl}}/api/organizations/:organizationId/transfer-learning/:transferLearningId

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

Request Body

{"name"=>"<string>", "dockerContainer"=>"<string>", "description"=>"<string>", "operatesOn"=>"<string>", "objectDetectionLastLayer"=>{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, "implementationVersion"=>"<integer>", "isPublic"=>"<boolean>", "isPublicForDevices"=>[{"value"=>"<Error: Too many levels of nesting to fake this schema>"}, {"value"=>"<Error: Too many levels of nesting to fake this schema>"}], "repositoryUrl"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

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