curl --request PATCH https://api.airbotics.io/robots/robot0/vitals/config \
--header 'content-type: application/json' \
--header 'air-api-key: <token>'
--data '{
    "enabled": true
}'
{
    "message": "You have configured vitals for that robot."
}

Path parameters

id
string
required

The ID of the robot.

Body parameters

enabled
boolean

Whether vitals collection should be enabled