Overview
POST /api/schema
{
"set": "HOT" # the dataset to fetch schemas from (HOT/COLD/MERGED)
}{
"customers" : [ # a table
{ # a field
"col_name": "Name",
"data_type": "string",
"comment" : ""
}
]
}Last updated

