更新机器人可操作的业务类型
请求
- 功能:更新机器人可操作的业务类型
- 方法:
PUT
- 接口说明:
/vehicles/{NAME}/processableCategories
json
PUT "http://host:7100/api/route/vehicles/{NAME}/processableCategories"
1
参数介绍
Name | Type | Description | example |
---|---|---|---|
name* | ** | 机器人的名称 | AMB-01 |
newValue* | string | 机器人可以执行的业务类型,支持多值,使用逗号分隔 |
请求示例
json
PUT "http://localhost:7100/api/route/vehicles/AMB-01/processableCategories?newValues=fork"
1
响应
Responses Code 200
响应示例
json
请求已成功
1
Responses Code 400
响应示例
json
[
"Missing query parameter newValues."
]
1
2
3
2
3
Responses Code 404
响应示例
json
[
"Unknown vehicle 'AMB-01'."
]
1
2
3
2
3
最近更新 2022/11/28
有帮助
没帮助