robot/robotpb/robot.proto (version not set)

Download OpenAPI specification:Download

robot.service_robotpb.RobotService

POST /robots

Request Body schema: application/json
name
string (name)
model
string (model)

Responses

Request samples

Content type
application/json
{
  • "name": "string",
  • "model": "string"
}

Response samples

Content type
application/json
{
  • "robot": {
    },
  • "created_at": "2019-08-24T14:15:22Z"
}

GET /robots/{id}

path Parameters
id
required
string

Id

Responses

Response samples

Content type
application/json
{
  • "robot": {
    }
}