Skip to content

Commit a83f90a

Browse files
chore: update tests
1 parent 5f15716 commit a83f90a

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

test.yaml

+23
Original file line numberDiff line numberDiff line change
@@ -10027,6 +10027,29 @@ paths:
1002710027
responses:
1002810028
'200':
1002910029
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
1003010053
/clientcredentials/authenticatedrequest#globalServer:
1003110054
post:
1003210055
operationId: authenticatedRequestGlobalServer

0 commit comments

Comments
 (0)