eclipse-aaspe / server

C# based server for AASX packages
Other
72 stars 52 forks source link

GET /shell-descriptors/{aasIdentifier}/submodel-descriptors/{submodelIdentifier} returns 204 without content #204

Closed EmilAlipiev closed 11 months ago

EmilAlipiev commented 11 months ago

Get query returns 204 without any content which makes no sense? it should return error if not found.

image

juileetikekar commented 11 months ago

Hi @EmilAlipiev,

The API is not implemented yet. However, we have changed the return message from 204 to the exception "Not implemented".