Authorization: Bearer ********************{
"table_key": "tb_xxx",
"new_table_name": "员工花名册"
}curl --location --request PUT 'https://app.emoosearch.com/open-api/v1/data/table' \
--header 'Emoo-User-Id: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"table_key": "tb_xxx",
"new_table_name": "员工花名册"
}'{
"code": 200,
"message": "success",
"data": {
"table_key": "string",
"table_name": "string",
"extra": {},
"column_count": 0,
"record_count": 0,
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z"
}
}