Upload and Update Applet Version Files
PUT {{baseUrl}}/v1/applet/:appletUid/version/:appletVersion/file/:appletFileName?build=<boolean>
Upload and update existing file to applet version files by appletUid , appletVersion & appletFileName
Request Params
| Key | Datatype | Required | Description |
|---|---|---|---|
build | string | Do the build of applet version when file is uploaded. Accepted values '0', '1', 'true', 'false'. |
Request Body
{"hash"=>"<string>", "type"=>"<string>"}
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
x-auth | string | Authorization key and token | |
Content-Type | string | ||
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{}