File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -508,7 +508,7 @@ my\org\User
508
508
},
509
509
"petstore_auth": {
510
510
"type": "oauth2",
511
- "flow ": {
511
+ "flows ": {
512
512
"implicit": {
513
513
"authorizationUrl": "http://example.org/api/oauth/dialog",
514
514
"scopes": {
@@ -576,7 +576,7 @@ components:
576
576
in: header
577
577
petstore_auth:
578
578
type: oauth2
579
- flow :
579
+ flows :
580
580
implicit:
581
581
authorizationUrl: http://example.org/api/oauth/dialog
582
582
scopes:
@@ -3423,7 +3423,7 @@ bearerFormat: JWT
3423
3423
` ` ` json
3424
3424
{
3425
3425
"type": "oauth2",
3426
- "flow ": {
3426
+ "flows ": {
3427
3427
"implicit": {
3428
3428
"authorizationUrl": "https://example.com/api/oauth/dialog",
3429
3429
"scopes": {
@@ -3437,7 +3437,7 @@ bearerFormat: JWT
3437
3437
3438
3438
` ` ` yaml
3439
3439
type: oauth2
3440
- flow :
3440
+ flows :
3441
3441
implicit:
3442
3442
authorizationUrl: https://example.com/api/oauth/dialog
3443
3443
scopes:
@@ -3478,7 +3478,7 @@ This object can be extended with [Specification Extensions](#specificationExtens
3478
3478
` ` ` JSON
3479
3479
{
3480
3480
"type": "oauth2",
3481
- "flow ": {
3481
+ "flows ": {
3482
3482
"implicit": {
3483
3483
"authorizationUrl": "https://example.com/api/oauth/dialog",
3484
3484
"scopes": {
@@ -3500,7 +3500,7 @@ This object can be extended with [Specification Extensions](#specificationExtens
3500
3500
3501
3501
` ` ` YAML
3502
3502
type: oauth2
3503
- flow :
3503
+ flows :
3504
3504
implicit:
3505
3505
authorizationUrl: https://example.com/api/oauth/dialog
3506
3506
scopes:
You can’t perform that action at this time.
0 commit comments