File tree Expand file tree Collapse file tree 3 files changed +0
-99
lines changed Expand file tree Collapse file tree 3 files changed +0
-99
lines changed Original file line number Diff line number Diff line change @@ -733,27 +733,6 @@ paths:
733
733
description : Unavailable service
734
734
schema :
735
735
$ref : " #/definitions/ProblemJson"
736
- " /token/support " :
737
- x-swagger-router-controller : SupportController
738
- get :
739
- operationId : getSupportToken
740
- summary : Get a JWT Support Token
741
- description : Return a JWT Support Token for the authenticated user.
742
- responses :
743
- " 200 " :
744
- description : Created.
745
- schema :
746
- $ref : " #/definitions/SupportToken"
747
- " 400 " :
748
- description : Bad request
749
- schema :
750
- $ref : " #/definitions/ProblemJson"
751
- " 401 " :
752
- description : Bearer token null or expired.
753
- " 500 " :
754
- description : Unavailable service
755
- schema :
756
- $ref : " #/definitions/ProblemJson"
757
736
" /payment-requests/{rptId} " :
758
737
x-swagger-router-controller : PagoPAProxyController
759
738
parameters :
@@ -1414,18 +1393,6 @@ definitions:
1414
1393
- name
1415
1394
- family_name
1416
1395
- $ref : " #/definitions/LimitedFederatedUser"
1417
- SupportToken :
1418
- title : Support token
1419
- description : A Support Token response
1420
- type : object
1421
- properties :
1422
- access_token :
1423
- type : string
1424
- expires_in :
1425
- type : number
1426
- required :
1427
- - access_token
1428
- - expires_in
1429
1396
InvalidThirdPartyMessageType :
1430
1397
type : string
1431
1398
x-extensible-enum :
Original file line number Diff line number Diff line change @@ -667,27 +667,6 @@ paths:
667
667
description : Unavailable service
668
668
schema :
669
669
$ref : " #/definitions/ProblemJson"
670
- " /token/support " :
671
- x-swagger-router-controller : SupportController
672
- get :
673
- operationId : getSupportToken
674
- summary : Get a JWT Support Token
675
- description : Return a JWT Support Token for the authenticated user.
676
- responses :
677
- " 200 " :
678
- description : Created.
679
- schema :
680
- $ref : " #/definitions/SupportToken"
681
- " 400 " :
682
- description : Bad request
683
- schema :
684
- $ref : " #/definitions/ProblemJson"
685
- " 401 " :
686
- description : Bearer token null or expired.
687
- " 500 " :
688
- description : Unavailable service
689
- schema :
690
- $ref : " #/definitions/ProblemJson"
691
670
" /payment-requests/{rptId} " :
692
671
x-swagger-router-controller : PagoPAProxyController
693
672
parameters :
@@ -1340,18 +1319,6 @@ definitions:
1340
1319
- name
1341
1320
- family_name
1342
1321
- $ref : " #/definitions/LimitedFederatedUser"
1343
- SupportToken :
1344
- title : Support token
1345
- description : A Support Token response
1346
- type : object
1347
- properties :
1348
- access_token :
1349
- type : string
1350
- expires_in :
1351
- type : number
1352
- required :
1353
- - access_token
1354
- - expires_in
1355
1322
responses : {}
1356
1323
parameters :
1357
1324
MessageId :
Original file line number Diff line number Diff line change @@ -690,27 +690,6 @@ paths:
690
690
description : Unavailable service
691
691
schema :
692
692
$ref : ' #/definitions/ProblemJson'
693
- /token/support :
694
- x-swagger-router-controller : SupportController
695
- get :
696
- operationId : getSupportToken
697
- summary : Get a JWT Support Token
698
- description : Return a JWT Support Token for the authenticated user.
699
- responses :
700
- ' 200 ' :
701
- description : Created.
702
- schema :
703
- $ref : ' #/definitions/SupportToken'
704
- ' 400 ' :
705
- description : Bad request
706
- schema :
707
- $ref : ' #/definitions/ProblemJson'
708
- ' 401 ' :
709
- description : Bearer token null or expired.
710
- ' 500 ' :
711
- description : Unavailable service
712
- schema :
713
- $ref : ' #/definitions/ProblemJson'
714
693
/payment-requests/{rptId} :
715
694
x-swagger-router-controller : PagoPAProxyController
716
695
parameters :
@@ -2825,18 +2804,6 @@ definitions:
2825
2804
- name
2826
2805
- family_name
2827
2806
- $ref : ' #/definitions/LimitedFederatedUser'
2828
- SupportToken :
2829
- title : Support token
2830
- description : A Support Token response
2831
- type : object
2832
- properties :
2833
- access_token :
2834
- type : string
2835
- expires_in :
2836
- type : number
2837
- required :
2838
- - access_token
2839
- - expires_in
2840
2807
responses : {}
2841
2808
parameters :
2842
2809
MessageId :
You can’t perform that action at this time.
0 commit comments