admin-shell-io / aas-specs-api

Repository of the Asset Administration Shell Specification DTA-01002 API
https://admin-shell-io.github.io/aas-specs-antora/index/home/index.html
Creative Commons Attribution 4.0 International
12 stars 6 forks source link

Missing PostSubmodelByIdAasRepository API Operation #135

Open sebbader-sap opened 1 year ago

sebbader-sap commented 1 year ago

What?

There is no possibility to create a Submodel into an AAS Repository.

How?

Add a new PostSubmodelByIdAasRepository API Operation

This issue relates to finding INA#11.

sebbader-sap commented 1 year ago

In the current design of the AAS Repo APIs, it's on purpose that the referenced Submodels are not managed there. Meaning, only GET, POST, and DELETE on the Submodel-References are allowed. Might be worth to extend the initial scope to also real CRUD on the contained Submodels.

sebbader-sap commented 1 year ago

However, as the currently published behavior was by design, I do not regard it as a bug.