Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
bedroesb opened this issue Sep 10, 2024 · 1 comment

Comments

@bedroesb
Copy link
Member

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 #44 (comment)

@bedroesb
Copy link
Member Author

This is fixed!

@github-project-automation github-project-automation bot moved this from To Do to Merged in MARS development Nov 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Merged
Development

No branches or pull requests

2 participants