{
"device": {
"property1": "string",
"property2": "string"
},
"id": "设备配置ID",
"tableData": {
"id": "关联的工作表记录(设备)ID"
},
"tableInfo": {
"id": "关联的工作表(表)ID",
"title": "名称"
}
}curl --location --request PATCH '/core/t/record/' \
--header 'Authorization: {{ACCESS_TOKEN}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"device": {
"property1": "string",
"property2": "string"
},
"id": "设备配置ID",
"tableData": {
"id": "关联的工作表记录(设备)ID"
},
"tableInfo": {
"id": "关联的工作表(表)ID",
"title": "名称"
}
}'{
"status": "OK"
}