Containers
Put a compose file on a robot
This endpoint puts a compose file on a robot.
curl --request POST https://api.airbotics.io/robots/robot0/compose-file \
--header 'content-type: application/json' \
--header 'air-api-key: <token>' \
--data '{
"id": "robot-app-v1"
}'
{
"message": "You have put that compose file on that robot."
}
Path parameters
id
string
requiredThe ID of the robot.
Body parameters
id
string
requiredThe ID of the compose file
curl --request POST https://api.airbotics.io/robots/robot0/compose-file \
--header 'content-type: application/json' \
--header 'air-api-key: <token>' \
--data '{
"id": "robot-app-v1"
}'
{
"message": "You have put that compose file on that robot."
}