File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments