What happens?
When creating a Submodel on an AAS using the superpath endpoint PUT /shells/{aasIdentifier}/submodels/{submodelIdentifier}, the given response body is a Submodel Reference. I would expect it to be the Submodel itself which would be aligned with similar PUT endpoints.
Why is this wrong?
Inconsistent to similar endpoints that have the same behavior.
How should it be fixed?
The endpoint should return the created Submodel and not a Submodel Reference
What happens?
When creating a Submodel on an AAS using the superpath endpoint PUT
/shells/{aasIdentifier}/submodels/{submodelIdentifier}, the given response body is a Submodel Reference. I would expect it to be the Submodel itself which would be aligned with similar PUT endpoints.Why is this wrong?
Inconsistent to similar endpoints that have the same behavior.
How should it be fixed?
The endpoint should return the created Submodel and not a Submodel Reference