Skip to content

Commit

Permalink
Merge pull request #589 from Sage-Bionetworks/FDS-1402-schematic-disp…
Browse files Browse the repository at this point in the history
…lay-name-2

Add data_model_labels to to model_submit
  • Loading branch information
afwillia authored Feb 29, 2024
2 parents dac61ba + b456fb3 commit 36d5507
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions R/schematic_rest_api.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
1 change: 1 addition & 0 deletions functions/schematic_rest_api.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 36d5507

Please sign in to comment.