webknossos icon indicating copy to clipboard operation
webknossos copied to clipboard

Can ObjectId be used as GET-Parameter directly?

Open fm3 opened this issue 1 year ago • 0 comments

Many routes implementations in our backend start with ObjectId.fromString(aPassedIdString). Maybe an implicit conversion can be done by play to directly support ObjectId as a GET parameter type?

If the returned error looks different then, we should check how the frontend displays it.

Should probably be tackled after #8075 to minimize merge conflicts

fm3 avatar Oct 30 '24 12:10 fm3