Kitware / UPennContrast

UPenn ?
https://upenn-contrast.netlify.com/
Apache License 2.0
8 stars 6 forks source link

PUT endpoint for upenn_contrast/multiple seems buggy #780

Open arjunrajlab opened 2 months ago

arjunrajlab commented 2 months ago

I tried using the web API with a few different JSON inputs and it gave internal server errors. For instance:

[
  {
    "_id": "66ec79a643c86080ec9043b1",
    "color": "#FF00FF",
    "datasetId": "66b111fa8e2b55905fadb2e0"
  }
]

didn't work, saying internal server error. I tried also adding an "id" field with the same ID string, and it returned with success, but it didn't actually seem to do anything.