Skip to content

Commit 642b13c

Browse files
committed
Updates
1 parent 90b5781 commit 642b13c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

openapi.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1934,9 +1934,10 @@ paths:
19341934
properties:
19351935
id:
19361936
type: string
1937-
description: >-
1938-
A per-back-end **unique** identifier for the OpenID Connect Provider to
1939-
be as prefix for the Bearer token.
1937+
description: |-
1938+
A per-back-end **unique** identifier for the OpenID Connect provider.
1939+
1940+
Is used as prefix for the openEO token.
19401941
pattern: '[\d\w]{1,20}'
19411942
issuer:
19421943
type: string
@@ -2130,9 +2131,8 @@ paths:
21302131
properties:
21312132
access_token:
21322133
description: >-
2133-
The access token (without `basic//` prefix) to be used in
2134-
the Bearer token for authorization in subsequent API
2135-
calls.
2134+
The access token to be used in the Bearer token for authorization
2135+
in subsequent API calls (without the custom `basic//` prefix).
21362136
type: string
21372137
example: b34ba2bdf9ac9ee1
21382138
4XX:

0 commit comments

Comments
 (0)