Skip to content

Commit 51fcc19

Browse files
committed
Add web-editor relation type #577
1 parent 6a62ff8 commit 51fcc19

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
- **New extensions:**
1212
- [Remote Process Definition Extension](./extensions/remote-process-definition/README.md)
1313
- [Processing Parameters Extension](./extensions/processing-parameters/README.md)
14+
- `GET /`: New relation type `web-editor` [#577](https://github.com/Open-EO/openeo-api/issues/577)
1415
- `GET /credentials/oidc`: Added `authorization_parameters` property to enforce specific parameters for the authorization endpoint [#534](https://github.com/Open-EO/openeo-api/issues/534)
1516
- `POST /result`: Added response header "OpenEO-Identifier" to expose an identifier associated with a synchronous processing request.
1617
- Added `stacktrace` to log entries (e.g. for `GET /jobs/{job_id}/logs`) [#512](https://github.com/Open-EO/openeo-api/issues/512)

openapi.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -882,6 +882,11 @@ paths:
882882
recover a user account (e.g. to reset the password or send
883883
a reminder about the username to the user's email account).
884884
885+
9. `web-editor`: A link to an openEO Web Editor instance.
886+
This allows clients to open a Web Editor for other tasks.
887+
It may be accompanied with a `version` flag in the link
888+
to allow feature-detection for certain Web Editor functionalities.
889+
885890
For additional relation types see also the lists of
886891
[common relation types in openEO](#section/API-Principles/Web-Linking).
887892
type: array
@@ -920,6 +925,11 @@ paths:
920925
rel: data
921926
type: application/json
922927
title: List of Datasets
928+
- href: 'https://editor.openeo.org'
929+
rel: web-editor
930+
type: text/html
931+
title: openEO Web Editor
932+
version: '0.14.0'
923933
4XX:
924934
$ref: '#/components/responses/client_error'
925935
5XX:

0 commit comments

Comments
 (0)