PUT
/
api
/
v1
/
firmware-bundles
/
id
/
{firmware-bundle-id}
curl --request PUT \
  --url https://cloud.bytebeam.io/api/v1/firmware-bundles/id/{firmware-bundle-id} \
  --header 'Content-Type: application/json' \
  --header 'x-bytebeam-api-key: <api-key>' \
  --header 'x-bytebeam-tenant: <api-key>' \
  --data '{
  "uncompressed_size": 123,
  "checksum": "<string>",
  "upload_status": "failed",
  "content_length": 123
}'

Authorizations

x-bytebeam-api-key
string
header
required

API key required to authenticate requests.

x-bytebeam-tenant
string
header
required

Tenant(Project) name required to identify the project.

Path Parameters

firmware-bundle-id
string
required

Body

uncompressed_size
integer
checksum
string
upload_status
enum<string>
Available options:
failed,
completed,
pending
content_length
integer