curl --request PUT \
--url https://cloud.bytebeam.io/api/v1/firmware-bundles/version/{version} \
--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
}'
curl --request PUT \
--url https://cloud.bytebeam.io/api/v1/firmware-bundles/version/{version} \
--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
}'
API key required to authenticate requests.
Tenant(Project) name required to identify the project.