Upload Applet Version Files

POST {{baseUrl}}/v1/applet/:appletUid/version/:appletVersion/file?build=<boolean>

Upload file to applet version files by appletUid & appletVersion.

Request Params

KeyDatatypeRequiredDescription
buildstringDo the build of applet version when file is uploaded. Accepted values '0', '1', 'true', 'false'.

Request Body

{"path"=>"<string>", "hash"=>"<string>", "type"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
x-authstringAuthorization key and token
Content-Typestring
Content-Typestring
Acceptstring

RESPONSES

status: OK

{}