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
+17Lines changed: 17 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -4642,6 +4642,18 @@ paths:
4642
4642
enum:
4643
4643
- 'true'
4644
4644
- 'false'
4645
+
- name: filterByTrustOrg
4646
+
description: Filter by trust organization. When provided, only partners belonging to this trust organization will be returned.
4647
+
in: query
4648
+
schema:
4649
+
oneOf:
4650
+
- type: string
4651
+
enum:
4652
+
- 'true'
4653
+
- 'false'
4654
+
- type: boolean
4655
+
enum:
4656
+
- true
4645
4657
- name: enterpriseId
4646
4658
description: The enterprise ID of the client making the request.
4647
4659
in: path
@@ -59835,6 +59847,10 @@ components:
59835
59847
topUpWindowMinutes:
59836
59848
type: number
59837
59849
description: Time window in minutes after which dispute window ends for processing top-up operations.
59850
+
trustOrg:
59851
+
allOf:
59852
+
- $ref: '#/components/schemas/TrustOrg'
59853
+
description: Identifier for the trust organization this partner belongs to. Used for filtering and categorization of partners.
59838
59854
stablePartner:
59839
59855
type: boolean
59840
59856
description: Flag indicating whether the partner has demonstrated operational stability. Used when partner is initially launched to demonstrate that the partner is still in beta and not yet stable.
@@ -59843,6 +59859,7 @@ components:
59843
59859
- name
59844
59860
- connectionKeySchema
59845
59861
- active
59862
+
- trustOrg
59846
59863
- stablePartner
59847
59864
description: Array of partner objects with limited properties and stability indicators.
0 commit comments