Study Integration
Attach table to a study
Attach a table to a study. Accepts either 'idno' (study IDNO) or 'sid' (study ID).
post/tables/attach_to_study
Request body
Example request
{
"idno": "ZMB_2001_DHS_v01_M_v02_A_IPUMS",
"sid": 452
}Response
successful operation
Example response
{
"status": "success"
}