v1

latestSwagger 2.02026-08-06114111152.5 KB
App-automate Maestro

Check whether an app needs uploading

Returns whether a binary identified by checksum already exists in TestingBot Storage. Used by the CLI to skip re-uploading unchanged apps.

post/v1/app-automate/maestro/app/checksum

Request body

checksumstring required

MD5 checksum (base64) of the app file

Response

Check whether an app needs uploading

app_existsboolean required

True when a binary with this checksum is already in storage, so the upload can be skipped.