Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

POSTing datastream on system complains about missing system link #3

Open
ridoo opened this issue Dec 20, 2024 · 1 comment
Open

POSTing datastream on system complains about missing system link #3

ridoo opened this issue Dec 20, 2024 · 1 comment
Assignees

Comments

@ridoo
Copy link
Member

ridoo commented Dec 20, 2024

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.

@SpeckiJ
Copy link
Member

SpeckiJ commented Dec 20, 2024

This a consequence of opengeospatial/ogcapi-connected-systems#65 which was only fixed in the spec 4 days ago and not yet implemented here.

TODO: implement the changes of the spec

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants