Skip to main content

Update a robot by ID

PUT 

/robots/:id

The Update Robot request allows you to update information about a specific robot in ANSCER FMS.

Request

Path Parameters

    id stringrequired

    The ID of the robot to retrieve, update or delete

Body

required
    factSheet object

Responses

Robot updated

Schema
    _id uuid
    manufacturer string
    serialNumber string
    robotStatus string

    Possible values: [pending, active, inactive]

    factSheet object
    createdAt date-time
    updatedAt date-time
Loading...