File tree Expand file tree Collapse file tree 1 file changed +61
-0
lines changed Expand file tree Collapse file tree 1 file changed +61
-0
lines changed Original file line number Diff line number Diff line change 451
451
}
452
452
}
453
453
}
454
+ },
455
+ "/auth/schema#delete" : {
456
+ "delete" : {
457
+ "operationId" : " put_schema" ,
458
+ "summary" : " Fragment url no servers" ,
459
+ "description" : " Authorize a user." ,
460
+ "tags" : [
461
+ " Authorization"
462
+ ],
463
+ "security" : [],
464
+ "parameters" : [
465
+ {
466
+ "name" : " response_type" ,
467
+ "description" : " The type of response we'd like to receive." ,
468
+ "in" : " query" ,
469
+ "example" : " code" ,
470
+ "required" : true ,
471
+ "schema" : {
472
+ "type" : " string" ,
473
+ "format" : " token" ,
474
+ "enum" : [
475
+ " code"
476
+ ]
477
+ }
478
+ },
479
+ {
480
+ "name" : " client_id" ,
481
+ "description" : " The Client ID." ,
482
+ "in" : " query" ,
483
+ "example" : " ly1nj6n11vionaie65emwzk575hnnmrk" ,
484
+ "required" : true ,
485
+ "schema" : {
486
+ "type" : " string"
487
+ }
488
+ }
489
+ ],
490
+ "responses" : {
491
+ "200" : {
492
+ "description" : " Does not return any data, but rather should be used in the browser." ,
493
+ "content" : {
494
+ "text/html" : {
495
+ "schema" : {
496
+ "type" : " string" ,
497
+ "format" : " html"
498
+ }
499
+ }
500
+ }
501
+ },
502
+ "default" : {
503
+ "description" : " Does not return any data, but rather should be used in the browser." ,
504
+ "content" : {
505
+ "text/html" : {
506
+ "schema" : {
507
+ "type" : " string" ,
508
+ "format" : " html"
509
+ }
510
+ }
511
+ }
512
+ }
513
+ }
514
+ }
454
515
}
455
516
},
456
517
"components" : {
You can’t perform that action at this time.
0 commit comments