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
Creating a datastream at /systems/{id}/datastreams will complain when payload misses the system@link:
{"code":"InvalidParameterValue","type":"InvalidParameterValue","description":{"message":"'system@link' is a required property","context":[]}}
This would be redundant as the system is known implicitly by URL. In addition to that, requiring the system@link property in the payload would be error prone as it has to be in sync with the URL itself.
The text was updated successfully, but these errors were encountered:
Creating a datastream at
/systems/{id}/datastreams
will complain when payload misses thesystem@link
:This would be redundant as the system is known implicitly by URL. In addition to that, requiring the
system@link
property in the payload would be error prone as it has to be in sync with the URL itself.The text was updated successfully, but these errors were encountered: