diff --git a/R/schematic_rest_api.R b/R/schematic_rest_api.R index a3da09ac..5755341a 100644 --- a/R/schematic_rest_api.R +++ b/R/schematic_rest_api.R @@ -224,6 +224,7 @@ model_submit <- function(url="http://localhost:3001/v1/model/submit", table_manipulation=table_manipulation, table_column_names=table_column_names, annotation_keys=annotation_keys, + data_model_labels=data_model_labels, hide_blanks=hide_blanks), body=list(file_name=httr::upload_file(file_name)) #body=list(file_name=file_name) diff --git a/functions/schematic_rest_api.R b/functions/schematic_rest_api.R index a3da09ac..5755341a 100644 --- a/functions/schematic_rest_api.R +++ b/functions/schematic_rest_api.R @@ -224,6 +224,7 @@ model_submit <- function(url="http://localhost:3001/v1/model/submit", table_manipulation=table_manipulation, table_column_names=table_column_names, annotation_keys=annotation_keys, + data_model_labels=data_model_labels, hide_blanks=hide_blanks), body=list(file_name=httr::upload_file(file_name)) #body=list(file_name=file_name)