curl --request POST \
--url https://cloud.bytebeam.io/api/v1/firmware-bundles \
--header 'Content-Type: application/json' \
--header 'x-bytebeam-api-key: <api-key>' \
--header 'x-bytebeam-tenant: <api-key>' \
--data '{
"file_name": "<string>",
"firmwares": [
{
"component_name": "<string>",
"version_number": "<string>"
}
],
"version": "<string>"
}'
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
curl --request POST \
--url https://cloud.bytebeam.io/api/v1/firmware-bundles \
--header 'Content-Type: application/json' \
--header 'x-bytebeam-api-key: <api-key>' \
--header 'x-bytebeam-tenant: <api-key>' \
--data '{
"file_name": "<string>",
"firmwares": [
{
"component_name": "<string>",
"version_number": "<string>"
}
],
"version": "<string>"
}'
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}
API key required to authenticate requests.
Tenant(Project) name required to identify the project.
The response is of type object
.