curl --request PATCH \
--url http://localhost:3000/v1/equipment/robots/{id} \
--header 'Content-Type: application/json' \
--data '
{
"status": "idle",
"is_active": true,
"active_tote_id": "<string>"
}
'{
"success": true,
"robot": {
"id": "011000001000020053",
"display_id": "<string>",
"label": "<string>",
"name": "<string>",
"status": "idle",
"is_active": true,
"active_tote_id": "<string>"
}
}Update robot status, active state, or assigned tote
curl --request PATCH \
--url http://localhost:3000/v1/equipment/robots/{id} \
--header 'Content-Type: application/json' \
--data '
{
"status": "idle",
"is_active": true,
"active_tote_id": "<string>"
}
'{
"success": true,
"robot": {
"id": "011000001000020053",
"display_id": "<string>",
"label": "<string>",
"name": "<string>",
"status": "idle",
"is_active": true,
"active_tote_id": "<string>"
}
}18-digit taxonomy ID
"011000001000020053"