Skip to main content
Update a specific thermal chamber by id

Path Parameters

thermal_chamber_id
string
required

Body

application/json

The body is of type Raw Data · object.

Response

Successful Response

Model representing a thermal chamber as returned by the API.

name
string
required

Name of the thermal chamber

min_temperature_c
number
required

Lowest temperature the chamber is rated to hold, in degrees Celsius.

max_temperature_c
number
required

Highest temperature the chamber is rated to hold, in degrees Celsius.

site_id
string
required

Foreign key to the parent site

project_id
string
required

Project that owns this thermal chamber

id
string
required

Unique identifier for the thermal chamber

organization_id
string
required

Organization this thermal chamber belongs to.

created_at
string<date-time>
required

Timestamp when the thermal chamber was created

updated_at
string<date-time>
required

Timestamp when the thermal chamber was last updated

manufacturer
string | null

Manufacturer (make) of the chamber (e.g. Espec, Thermotron)

model
string | null

Model (type) of the chamber (e.g. BTL-433)

serial_number
string | null

Manufacturer serial number of the chamber

notes
string | null

Free-text notes about the chamber

created_by
string | null

User ID of the user who created this thermal chamber

created_by_email
string | null

Email of the user who created this thermal chamber