Skip to main content
PUT
Update a Product's settings

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

org_name
string
required

Organization Name

product_name
string
required

Product Name

Body

application/json

Product update request body

PUT body for updating a product's settings.

Every field is optional; only the ones sent are changed. A product cannot be renamed here — its name is its identifier in every URL — and sending any field not listed below is an error rather than being ignored.

allow_unsigned_atomvm_firmware
boolean
allow_unsigned_esp_idf_firmware
boolean
allowed_update_tools
enum<string>[]
Available options:
fwup,
esp-idf,
atomvm
require_unique_firmware_version
boolean

Response

Product response

Response schema for a single Product

data
Product · object
Example: