Skip to content

Updates a column in a storage device layout.

PUT
/api/v1/{tenantId}/storage-devices/{storageDeviceId}/update-column

Plugin API access: this operation accepts a plugin JWT (PluginBearer) for its own tenant.

storageDeviceId
required
string
tenantId
required
string
object
tenantId
string
nullable
tenantUuid
string
nullable
storageDeviceId
string
nullable
startPosition
integer format: int32
endPosition
integer format: int32
column
integer format: int32
height
integer format: int32

OK

object
storageDeviceDescriptor
object
deviceName
string
nullable
deviceId
string
nullable
deviceType
integer format: int32
Allowed values: 0 1 2
columns
Array<object>
nullable
object
columnNumber
integer format: int32
positions
Array<object>
nullable
object
positionId
integer format: int32
height
number format: double
storeId
string
nullable
labwareId
string
nullable
labwareInfo
object
entityId
string
nullable
barcode
string
nullable
incubationDuration
integer format: int64
entryTime
integer format: int64
incubationTimeRemaining
integer format: int64
isReversed
boolean

Bad Request

object
message
string
nullable
code
string
nullable

Too Many Requests

object
message
string
nullable
code
string
nullable