Closed keiono closed 10 years ago
The API has been updated to accept simplified document body:
{
"data":[
{
"SUID": 1234,
"col1": "foo"
}
]
}
Also, it automatically creates new columns if it does not exists.
Automatic column creation is limited to the following data types:
If user needs to specify number types, he/she needs to create column before calling this PUT method.
In current version, updating Table data requires the following steps:
This is not intuitive. We need a simplified method to batch-update table.