Skip to content

Commit 13e1466

Browse files
Add OAUTH_ERROR in some oauth endpoints that do indeed exist
1 parent db4b15f commit 13e1466

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

api_spec.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7128,7 +7128,8 @@ paths:
71287128
type: string
71297129
oidcContext:
71307130
type: object
7131-
7131+
- $ref: '#/components/schemas/oauthError'
7132+
71327133
'400':
71337134
$ref: '#/components/responses/400'
71347135

@@ -7220,6 +7221,7 @@ paths:
72207221
redirectTo:
72217222
type: string
72227223
example: "{apiDomain}/oauth/consent?..."
7224+
- $ref: '#/components/schemas/oauthError'
72237225
'400':
72247226
$ref: '#/components/responses/400'
72257227

@@ -7283,6 +7285,7 @@ paths:
72837285
redirectTo:
72847286
type: string
72857287
example: "{apiDomain}/oauth/consent?..."
7288+
- $ref: '#/components/schemas/oauthError'
72867289
'400':
72877290
$ref: '#/components/responses/400'
72887291

@@ -8105,6 +8108,7 @@ paths:
81058108
token_use:
81068109
type: string
81078110
example: "access_token"
8111+
- $ref: '#/components/schemas/oauthError'
81088112
'400':
81098113
$ref: '#/components/responses/400'
81108114

0 commit comments

Comments
 (0)