Authorization: Bearer ********************{
"table_name": "患者信息",
"fields": {
"姓名": "李婷婷改了",
// "数字": "1211"
},
"record_title": "1"
}curl --location --request PUT 'https://app.emoosearch.com/open-api/v1/data/records' \
--header 'Emoo-User-Id: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"table_name": "患者信息",
"fields": {
"姓名": "李婷婷改了",
// "数字": "1211"
},
"record_title": "1"
}'{
"code": 200,
"message": "string",
"data": {}
}