Skip to content

Commit

Permalink
Issue 51822: Assay import API to support result field mapping via fie…
Browse files Browse the repository at this point in the history
…ld Name, Label, and Import Aliases
  • Loading branch information
cnathe committed Dec 9, 2024
1 parent a6d4890 commit 43a448b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions data/api/rlabkey-api-experiment.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,26 @@
]]>
</response>
</test>
<test name="labkey.saveBatch for assay with field import alias (Issue 51822)" type="post">
<url>
<![CDATA[
library(Rlabkey)
print(labkey.saveBatch(baseUrl=labkey.url.base, folderPath="%projectName%", "Rlabkey GPAT Test", data.frame(guspec=c(4,5))))
]]>
</url>
<response>
<![CDATA[
$batch$runs[[1]]$dataRows[[1]]$SpecimenID
[1] "4"
$batch$runs[[1]]$dataRows[[2]]$SpecimenID
[1] "5"
$batch$runs[[1]]$schemaName
[1] "assay.General.Rlabkey GPAT Test"
]]>
</response>
</test>
<test name="create sample type and load data" type="post">
<url>
<![CDATA[
Expand Down

0 comments on commit 43a448b

Please sign in to comment.