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
It seems, for /shells only supports PUT for updating the content of an existing shell. However, this is not consistent to other API operations such as for /submodels that allows to use PATCH for updating submodel's content
How?
Support PATCH operation for /shells for updating shells content
The text was updated successfully, but these errors were encountered:
If I remember correctly, we didn't add the operation as no requirement or use case was reported from the community. Can you elaborate for what it's needed?
"Only" for symmetry with the Submodel endpoints? Or is there a scenario that could not be covered otherwise?
Shell objects are rather small and restricted in size compared to Submodels (that could contain arbitrarily many attributes). It therefore seemed feasible to send the whole object every time a change is needed.
I think, it is a question of symmetry and consistency since PATCH is allowed, e.g., on submodel and submodel-element level. The argument of the object size would not match to the submodel-element level. There I would also expect relative small objects, but PATCH is supported there.
What?
It seems, for
/shells
only supportsPUT
for updating the content of an existing shell. However, this is not consistent to other API operations such as for/submodels
that allows to usePATCH
for updating submodel's contentHow?
Support
PATCH
operation for/shells
for updating shells contentThe text was updated successfully, but these errors were encountered: