id、name、groupId、proxy,不接受任何指纹字段。id 必填,name、groupId、proxy 至少传一个;未传字段保持原值,proxy 传空字符串表示切换为本地代理。data.results。curl --location 'http://prod-cn.your-api-server.com/open/browser/environments/update' \
--header 'Content-Type: application/json' \
--data '{
"apiKey": "550e8400-e29b-41d4-a716-446655440000",
"items": [
{
"id": "environment-uuid-1",
"name": "新的环境名称",
"groupId": "group-uuid-2"
}
]
}'{
"code": 200,
"msg": "成功",
"data": {
"results": [
{
"index": 0,
"id": "string",
"success": true,
"name": "string",
"groupId": "string",
"proxyUpdated": true,
"error": "string"
}
],
"successCount": 0,
"failCount": 0
},
"succeed": true,
"timestamp": 0
}