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
Issue #507: clarify that "canonical" job result link should include query parameters (#513)
* Issue #507: clarify that "canonical" job result link should include query parameters
* Issue #507/#513 improve clarification of including query parameters in canonical URL
---------
Co-authored-by: Matthias Mohr <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
22
22
-`PATCH /services/{service_id}` and `PATCH /jobs/{job_id}`: Explicitly allow updating back-end specific properties (as in `POST`)
23
23
-`GET /services/{service_id}` and `GET /jobs/{job_id}`: Explicitly allow listing back-end specific properties (as provided in `POST`)
24
24
-`GET /jobs/{job_id}/results`: Clarify that signed URLs (used as "canonical" link) should be regenerated each time.
25
+
-`GET /jobs/{job_id}/results`: Clarify that "canonical" job result link should include/encode the original query parameters
25
26
- Clarified for log levels which default values apply
26
27
- Clarified how the relation types `license`, `version-history` and `author` can be used to enrich the process metadata. [#531](https://github.com/Open-EO/openeo-api/issues/531)
27
28
- Clarified the behaviour of `federation:backends` for `POST /validation`
0 commit comments