Thermal chambers

Update a specific thermal chamber by id

Update an existing thermal chamber identified by its ID.

Only provided fields will be updated. The service validates the merged temperature bounds against the stored row, so a PATCH sending only one bound cannot leave the chamber with an inverted range.

patch/thermal_chambers/{thermal_chamber_id}

Path parameters

thermal_chamber_idstring required

Request body

object required

Response

Successful Response

namestring required

Name of the thermal chamber

manufacturerstring nullable

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

modelstring nullable

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

serial_numberstring nullable

Manufacturer serial number of the chamber

min_temperature_cnumber required

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

max_temperature_cnumber required

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

max_channelsinteger nullable

How many channels fit in the chamber at once. None means capacity is not tracked and scheduling treats the chamber as unlimited.

heating_rate_c_per_minnumber required

Rate the chamber raises temperature, in degrees Celsius per minute.

cooling_rate_c_per_minnumber required

Rate the chamber lowers temperature, in degrees Celsius per minute.

notesstring nullable

Free-text notes about the chamber

site_idstring required

Foreign key to the parent site

project_idstring required

Project that owns this thermal chamber

idstring required

Unique identifier for the thermal chamber

organization_idstring required

Organization this thermal chamber belongs to.

created_bystring nullable

User ID of the user who created this thermal chamber

created_by_emailstring nullable

Email of the user who created this thermal chamber

created_atstring date-time required

Timestamp when the thermal chamber was created

updated_atstring date-time required

Timestamp when the thermal chamber was last updated

Changes

No recorded changes to this endpoint across all 1 revision of this API.