elixir-europe / MARS

Multi-Repository Data Submission using ISA-JSON
MIT License
6 stars 8 forks source link

BioSamples ISA JSON repository API needs to return a path like structure for its accessions #46

Closed bedroesb closed 1 week ago

bedroesb commented 2 months ago

Currently the API return upon successful submission:

{
  "targetRepository" : "biosamples",
  "accessions" : [ {
    "id" : "SAMEA131351359"
  }, {
    "id" : "SAMEA131351360"
  } ]
}

But notice that normally the accession object contains the path of the ISA JSON, and not only the accession, see our repository api document.

Originally posted by @bedroesb in https://github.com/elixir-europe/MARS/issues/44#issuecomment-2310173485

bedroesb commented 1 week ago

This is fixed!