POST
/
api
/
v1
/
firmware-bundles
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"
}

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.

Body

file_name
string
required
firmwares
object[]
required
version
string
required

Response

200
application/json
id
string
required