Upload Keras files

POST {{baseUrl}}/api/:projectId/training/keras/:learnId/files

Replace Keras block files with the contents of a zip. This is an internal API.

Request Body

[{"name"=>"zip", "value"=>nil, "datatype"=>"null"}]

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{"success":"\u003cboolean\u003e","error":"\u003cstring\u003e"}