You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api.yaml
+9-44Lines changed: 9 additions & 44 deletions
Original file line number
Diff line number
Diff line change
@@ -3040,10 +3040,7 @@ paths:
3040
3040
- name: active
3041
3041
in: query
3042
3042
schema:
3043
-
type: string
3044
-
enum:
3045
-
- 'true'
3046
-
- 'false'
3043
+
type: boolean
3047
3044
- name: connectionIds
3048
3045
in: query
3049
3046
schema:
@@ -4010,10 +4007,7 @@ paths:
4010
4007
description: Optional boolean value indicating whether to include only closed/open disputes in the response. If true is provided, only closed disputes will be returned. If false is provided, only open disputes will be returned. If not provided, all disputes will be returned.
4011
4008
in: query
4012
4009
schema:
4013
-
type: string
4014
-
enum:
4015
-
- 'true'
4016
-
- 'false'
4010
+
type: boolean
4017
4011
- name: disputeIds
4018
4012
description: Optional array of disputeIds. If provided will only return disputes with an id matching one of the provided disputeIds.
4019
4013
in: query
@@ -4155,10 +4149,7 @@ paths:
4155
4149
description: Filter to show only disputed settlements. When set to true, only settlements that have disputes will be returned. Setting to false will have no effect.
4156
4150
in: query
4157
4151
schema:
4158
-
type: string
4159
-
enum:
4160
-
- 'true'
4161
-
- 'false'
4152
+
type: boolean
4162
4153
- name: partnerIds
4163
4154
description: Filter by specific partner IDs. When provided, only settlements involving these partners will be returned.
4164
4155
in: query
@@ -4860,22 +4851,12 @@ paths:
4860
4851
description: Filter by active status. When true, only active partners will be returned. When false, only inactive partners will be returned. When not provided, partners of any status will be returned.
4861
4852
in: query
4862
4853
schema:
4863
-
type: string
4864
-
enum:
4865
-
- 'true'
4866
-
- 'false'
4854
+
type: boolean
4867
4855
- name: filterByTrustOrg
4868
4856
description: Filter by trust organization. When provided, only partners belonging to this trust organization will be returned.
4869
4857
in: query
4870
4858
schema:
4871
-
oneOf:
4872
-
- type: string
4873
-
enum:
4874
-
- 'true'
4875
-
- 'false'
4876
-
- type: boolean
4877
-
enum:
4878
-
- true
4859
+
type: boolean
4879
4860
- name: enterpriseId
4880
4861
description: The enterprise ID of the client making the request.
4881
4862
in: path
@@ -5524,10 +5505,7 @@ paths:
5524
5505
- name: active
5525
5506
in: query
5526
5507
schema:
5527
-
type: string
5528
-
enum:
5529
-
- 'true'
5530
-
- 'false'
5508
+
type: boolean
5531
5509
- name: clientIds
5532
5510
in: query
5533
5511
schema:
@@ -5867,10 +5845,7 @@ paths:
5867
5845
description: Optional boolean value indicating whether to include only closed/open disputes in the response. If true is provided, only closed disputes will be returned. If false is provided, only open disputes will be returned. If not provided, all disputes will be returned.
5868
5846
in: query
5869
5847
schema:
5870
-
type: string
5871
-
enum:
5872
-
- 'true'
5873
-
- 'false'
5848
+
type: boolean
5874
5849
- name: disputeIds
5875
5850
description: Optional array of disputeIds. If provided will only return disputes with an id matching one of the provided disputeIds.
5876
5851
in: query
@@ -5922,14 +5897,7 @@ paths:
5922
5897
description: Optional boolean value indicating whether to include only retracted disputes in the response. If true is provided, retracted and non-retracted disputes will be returned. If false is provided or not provided, only non-retracted disputes will be returned.
5923
5898
in: query
5924
5899
schema:
5925
-
oneOf:
5926
-
- type: string
5927
-
enum:
5928
-
- 'true'
5929
-
- 'false'
5930
-
- type: boolean
5931
-
enum:
5932
-
- false
5900
+
type: boolean
5933
5901
- name: clientIds
5934
5902
description: Optional array of clientIds. If provided will only return disputes for settlements initiated by a client with an id matching one of the provided clientIds.
5935
5903
in: query
@@ -6047,10 +6015,7 @@ paths:
6047
6015
description: Filter to show only disputed settlements. When set to true, only settlements that have disputes will be returned. Setting to false will have no effect.
6048
6016
in: query
6049
6017
schema:
6050
-
type: string
6051
-
enum:
6052
-
- 'true'
6053
-
- 'false'
6018
+
type: boolean
6054
6019
- name: partnerIds
6055
6020
description: Filter by specific partner IDs. When provided, only settlements involving these partners will be returned.
0 commit comments