Skip to content

Commit f7afd49

Browse files
soxofaanm-mohr
andauthored
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]>
1 parent 5d356f7 commit f7afd49

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222
- `PATCH /services/{service_id}` and `PATCH /jobs/{job_id}`: Explicitly allow updating back-end specific properties (as in `POST`)
2323
- `GET /services/{service_id}` and `GET /jobs/{job_id}`: Explicitly allow listing back-end specific properties (as provided in `POST`)
2424
- `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
2526
- Clarified for log levels which default values apply
2627
- 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)
2728
- Clarified the behaviour of `federation:backends` for `POST /validation`

openapi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4053,6 +4053,9 @@ components:
40534053
40544054
It is **strongly recommended** to add a link with relation type
40554055
`canonical` pointing to this STAC document using a signed URL.
4056+
Note that query parameters that influence the response of the current request
4057+
(like `partial`) MUST also be included or encoded within the signed URL
4058+
in order to give a consistent response when the signed URL is used.
40564059
This signed URL allows consumption of the STAC metadata
40574060
by (possibly non-openEO) clients and tools
40584061
without additional authentication steps.

0 commit comments

Comments
 (0)