Used to create a piece of labware in the system.
POST
/api/v1/{tenantId}/labware/create-labware
Plugin API access: this operation accepts a plugin JWT (PluginBearer) for its own tenant.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” tenantId
required
string
Request Body
Section titled “Request Body ”object
labware
object
id
string
templateId
string
name
string
labwareJsonId
string
wellCount
integer format: int32
barCodeRegEx
string
color
string
description
string
gripForce
number format: double
moveSpeed
number format: double
externalClearanceToPlateBottom
number format: double
gripHeight
number format: double
heightWithLid
number format: double
heightWithoutLid
number format: double
stackHeightIncrement
number format: double
stackHeightIncrementWithLid
number format: double
isLiddedDefault
boolean
manufacturer
string
partNumber
string
docsUrl
string
gripPortrait
number format: double
gripLandscape
number format: double
imageUrl
string
svgTopLandscape
string
svgCrossSection
string
modelUrl
string
modelMaterials
Array<object>
object
modelMaterialName
string
replacementMaterialName
string
Responses
Section titled “ Responses ”OK
object
labware
object
id
string
templateId
string
name
string
labwareJsonId
string
wellCount
integer format: int32
barCodeRegEx
string
color
string
description
string
gripForce
number format: double
moveSpeed
number format: double
externalClearanceToPlateBottom
number format: double
gripHeight
number format: double
heightWithLid
number format: double
heightWithoutLid
number format: double
stackHeightIncrement
number format: double
stackHeightIncrementWithLid
number format: double
isLiddedDefault
boolean
manufacturer
string
partNumber
string
docsUrl
string
gripPortrait
number format: double
gripLandscape
number format: double
imageUrl
string
svgTopLandscape
string
svgCrossSection
string
modelUrl
string
modelMaterials
Array<object>
object
modelMaterialName
string
replacementMaterialName
string
Bad Request
object
message
string
code
string
Too Many Requests
object
message
string
code
string