You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the docker setup from the examples folder. When I invoke
http://localhost:8081/shells/$reference
the server responds with error code 400 instead of listing all shell references.
It seems, that the server tries to parse $reference as asset id instead of as a modifier.
The text was updated successfully, but these errors were encountered:
otto-ifak
changed the title
Invoking
Invoking /shells/$reference returns 400
Jun 19, 2024
The $reference endpoints are not currently implemented in BaSyx.
The following screenshot shows the implemented endpoints that you can use.
I would suggest using get/shells which includes the references.
We will discuss internally when this endpoint will be implemented and send you an update once this is done.
I am using the docker setup from the
examples
folder. When I invokethe server responds with error code 400 instead of listing all shell references.
It seems, that the server tries to parse
$reference
as asset id instead of as a modifier.The text was updated successfully, but these errors were encountered: