File tree 1 file changed +23
-0
lines changed
1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -10027,6 +10027,29 @@ paths:
10027
10027
responses :
10028
10028
' 200 ' :
10029
10029
description : OK
10030
+ /clientcredentials/authenticatedrequest#unflattened:
10031
+ post :
10032
+ operationId : authenticatedRequestUnflattened
10033
+ description : OAuth2 ClientCredentials as a security scheme option
10034
+ tags :
10035
+ - authNew
10036
+ servers :
10037
+ - url : http://localhost:35456
10038
+ security :
10039
+ - clientCredentials : [write]
10040
+ - oauth2 : []
10041
+ - basicAuth : []
10042
+ requestBody :
10043
+ content :
10044
+ application/json :
10045
+ schema :
10046
+ type : object
10047
+ properties :
10048
+ name :
10049
+ type : string
10050
+ responses :
10051
+ ' 200 ' :
10052
+ description : OK
10030
10053
/clientcredentials/authenticatedrequest#globalServer:
10031
10054
post :
10032
10055
operationId : authenticatedRequestGlobalServer
You can’t perform that action at this time.
0 commit comments