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
+28-28Lines changed: 28 additions & 28 deletions
Original file line number
Diff line number
Diff line change
@@ -2696,16 +2696,16 @@ paths:
2696
2696
- Client Allocations & Deallocations
2697
2697
parameters:
2698
2698
- name: allocationIds
2699
-
description: Optional array of allocationIds. If provided will only return allocations/deallocations with those ids.
2699
+
description: Optional array of allocationIds. If provided will only return allocations/deallocations with those ids. allocationIds are unique identifiers (UUIDs) for allocations. UUIDs must be submitted as a comma-separated string.
2700
2700
in: query
2701
2701
schema:
2702
2702
type: array
2703
2703
items:
2704
2704
type: string
2705
2705
title: uuid
2706
-
description: Optional array of allocationIds. If provided will only return allocations/deallocations with those ids.
2706
+
description: Optional array of allocationIds. If provided will only return allocations/deallocations with those ids. allocationIds are unique identifiers (UUIDs) for allocations. UUIDs must be submitted as a comma-separated string.
2707
2707
- name: types
2708
-
description: Optional array of types. If provided will only return allocations/deallocations with those types. allocation = records for allocations to connections. deallocation = records for deallocations from connections.
2708
+
description: Optional array of types. If provided will only return allocations/deallocations with those types. Types must be submitted as a comma-separated string. allocation = records for allocations to connections. deallocation = records for deallocations from connections.
2709
2709
in: query
2710
2710
schema:
2711
2711
type: array
@@ -2714,9 +2714,9 @@ paths:
2714
2714
enum:
2715
2715
- allocation
2716
2716
- deallocation
2717
-
description: Optional array of types. If provided will only return allocations/deallocations with those types. allocation = records for allocations to connections. deallocation = records for deallocations from connections.
2717
+
description: Optional array of types. If provided will only return allocations/deallocations with those types. Types must be submitted as a comma-separated string. allocation = records for allocations to connections. deallocation = records for deallocations from connections.
2718
2718
- name: statuses
2719
-
description: Optional array of statuses. If provided will only return allocations/deallocations with those statuses. cleared = records for allocations that have been cleared. released = records for allocations that have been released. reserved = records for allocations that are still reserved.
2719
+
description: Optional array of statuses. If provided will only return allocations/deallocations with those statuses. Statuses must be submitted as a comma-separated string. cleared = records for allocations that have been cleared. released = records for allocations that have been released. reserved = records for allocations that are still reserved.
2720
2720
in: query
2721
2721
schema:
2722
2722
type: array
@@ -2726,42 +2726,42 @@ paths:
2726
2726
- cleared
2727
2727
- released
2728
2728
- reserved
2729
-
description: Optional array of statuses. If provided will only return allocations/deallocations with those statuses. cleared = records for allocations that have been cleared. released = records for allocations that have been released. reserved = records for allocations that are still reserved.
2729
+
description: Optional array of statuses. If provided will only return allocations/deallocations with those statuses. Statuses must be submitted as a comma-separated string. cleared = records for allocations that have been cleared. released = records for allocations that have been released. reserved = records for allocations that are still reserved.
2730
2730
- name: currencies
2731
-
description: Optional array of currencies. If provided will only return allocations/deallocations with those currencies.
2731
+
description: Optional array of currencies. If provided will only return allocations/deallocations with those currencies. Currencies must be submitted as a comma-separated string.
2732
2732
in: query
2733
2733
schema:
2734
2734
type: array
2735
2735
items:
2736
2736
type: string
2737
-
description: Optional array of currencies. If provided will only return allocations/deallocations with those currencies.
2737
+
description: Optional array of currencies. If provided will only return allocations/deallocations with those currencies. Currencies must be submitted as a comma-separated string.
2738
2738
- name: connectionIds
2739
-
description: Optional array of connectionIds. If provided will only return allocations/deallocations for those connectionIds.
2739
+
description: Optional array of connectionIds. If provided will only return allocations/deallocations for those connectionIds. ConnectionIds must be submitted as a comma-separated string.
2740
2740
in: query
2741
2741
schema:
2742
2742
type: array
2743
2743
items:
2744
2744
type: string
2745
2745
title: uuid
2746
-
description: Optional array of connectionIds. If provided will only return allocations/deallocations for those connectionIds.
2746
+
description: Optional array of connectionIds. If provided will only return allocations/deallocations for those connectionIds. ConnectionIds must be submitted as a comma-separated string.
2747
2747
- name: partnerIds
2748
-
description: Optional array of partnerIds. If provided will only return allocations/deallocations for those partnerIds.
2748
+
description: Optional array of partnerIds. If provided will only return allocations/deallocations for those partnerIds. PartnerIds must be submitted as a comma-separated string.
2749
2749
in: query
2750
2750
schema:
2751
2751
type: array
2752
2752
items:
2753
2753
type: string
2754
2754
title: uuid
2755
-
description: Optional array of partnerIds. If provided will only return allocations/deallocations for those partnerIds.
2755
+
description: Optional array of partnerIds. If provided will only return allocations/deallocations for those partnerIds. PartnerIds must be submitted as a comma-separated string.
2756
2756
- name: createdOnOrAfter
2757
-
description: Optional date start range filter for createdAt (ISO Date). If provided will only return allocations/deallocations created on or after this date.
2757
+
description: Optional date start range filter for createdAt (ISO Date). If provided will only return allocations/deallocations created on or after this date. This date should be in ISO 8601 format (e.g., "2023-01-01T00:00:00Z").
2758
2758
in: query
2759
2759
schema:
2760
2760
type: string
2761
2761
format: date-time
2762
2762
title: ISO Date String
2763
2763
- name: createdBefore
2764
-
description: Optional date end range filter for createdAt (ISO Date). If provided will only return allocations/deallocations created on or before this date.
2764
+
description: Optional date end range filter for createdAt (ISO Date). If provided will only return allocations/deallocations created on or before this date. This date should be in ISO 8601 format (e.g., "2023-01-01T00:00:00Z").
2765
2765
in: query
2766
2766
schema:
2767
2767
type: string
@@ -5062,16 +5062,16 @@ paths:
5062
5062
- Partner Allocations & Deallocations
5063
5063
parameters:
5064
5064
- name: allocationIds
5065
-
description: Optional array of allocationIds. If provided will only return allocations/deallocations with those ids.
5065
+
description: Optional array of allocationIds. allocationIds are unique identifiers (UUIDs) for allocations. If UUIDs are provided, only allocations/deallocations with those UUIDs are returned. UUIDs must be submitted as a comma-separated string.
5066
5066
in: query
5067
5067
schema:
5068
5068
type: array
5069
5069
items:
5070
5070
type: string
5071
5071
title: uuid
5072
-
description: Optional array of allocationIds. If provided will only return allocations/deallocations with those ids.
5072
+
description: Optional array of allocationIds. allocationIds are unique identifiers (UUIDs) for allocations. If UUIDs are provided, only allocations/deallocations with those UUIDs are returned. UUIDs must be submitted as a comma-separated string.
5073
5073
- name: types
5074
-
description: Optional array of types. If provided will only return allocations/deallocations with those types. allocation = records for allocations to connections. deallocation = records for deallocations from connections.
5074
+
description: Optional array of types. If types are provided, only allocations/deallocations with those types are returned. Types must be submitted as a comma-separated string. allocation = records for allocations to connections. deallocation = records for deallocations from connections.
5075
5075
in: query
5076
5076
schema:
5077
5077
type: array
@@ -5080,9 +5080,9 @@ paths:
5080
5080
enum:
5081
5081
- allocation
5082
5082
- deallocation
5083
-
description: Optional array of types. If provided will only return allocations/deallocations with those types. allocation = records for allocations to connections. deallocation = records for deallocations from connections.
5083
+
description: Optional array of types. If types are provided, only allocations/deallocations with those types are returned. Types must be submitted as a comma-separated string. allocation = records for allocations to connections. deallocation = records for deallocations from connections.
5084
5084
- name: statuses
5085
-
description: Optional array of statuses. If provided will only return allocations/deallocations with those statuses. cleared = records for allocations that have been cleared. released = records for allocations that have been released. reserved = records for allocations that are still reserved.
5085
+
description: Optional array of statuses. If statuses are provided, only allocations/deallocations with those statuses are returned. Statuses must be submitted as a comma-separated string. cleared = records for allocations that have been cleared. released = records for allocations that have been released. reserved = records for allocations that are still reserved.
5086
5086
in: query
5087
5087
schema:
5088
5088
type: array
@@ -5092,43 +5092,43 @@ paths:
5092
5092
- cleared
5093
5093
- released
5094
5094
- reserved
5095
-
description: Optional array of statuses. If provided will only return allocations/deallocations with those statuses. cleared = records for allocations that have been cleared. released = records for allocations that have been released. reserved = records for allocations that are still reserved.
5095
+
description: Optional array of statuses. If statuses are provided, only allocations/deallocations with those statuses are returned. Statuses must be submitted as a comma-separated string. cleared = records for allocations that have been cleared. released = records for allocations that have been released. reserved = records for allocations that are still reserved.
5096
5096
- name: currencies
5097
-
description: Optional array of partner mapped currencies. If provided will only return allocations/deallocations with those currencies.
5097
+
description: Optional array of partner mapped currencies. If currencies are provided, only allocations/deallocations with those currencies are returned. Currencies must be submitted as a comma-separated string.
5098
5098
in: query
5099
5099
schema:
5100
5100
type: array
5101
5101
items:
5102
5102
type: string
5103
5103
minLength: 1
5104
-
description: Optional array of partner mapped currencies. If provided will only return allocations/deallocations with those currencies.
5104
+
description: Optional array of partner mapped currencies. If currencies are provided, only allocations/deallocations with those currencies are returned. Currencies must be submitted as a comma-separated string.
5105
5105
- name: connectionIds
5106
-
description: Optional array of connectionIds. If provided will only return allocations/deallocations for those connectionIds.
5106
+
description: Optional array of connectionIds. If connectionIds are provided, only allocations/deallocations for those connectionIds are returned. ConnectionIds must be submitted as a comma-separated string.
5107
5107
in: query
5108
5108
schema:
5109
5109
type: array
5110
5110
items:
5111
5111
type: string
5112
5112
title: uuid
5113
-
description: Optional array of connectionIds. If provided will only return allocations/deallocations for those connectionIds.
5113
+
description: Optional array of connectionIds. If connectionIds are provided, only allocations/deallocations for those connectionIds are returned. ConnectionIds must be submitted as a comma-separated string.
5114
5114
- name: partnerIds
5115
-
description: Optional array of partnerIds. If provided will only return allocations/deallocations for those partnerIds.
5115
+
description: Optional array of partnerIds. If partnerIds are provided, only allocations/deallocations for those partnerIds are returned. PartnerIds must be submitted as a comma-separated string.
5116
5116
in: query
5117
5117
schema:
5118
5118
type: array
5119
5119
items:
5120
5120
type: string
5121
5121
title: uuid
5122
-
description: Optional array of partnerIds. If provided will only return allocations/deallocations for those partnerIds.
5122
+
description: Optional array of partnerIds. If partnerIds are provided, only allocations/deallocations for those partnerIds are returned. PartnerIds must be submitted as a comma-separated string.
5123
5123
- name: clientIds
5124
-
description: Optional array of clientIds. If provided will only return allocations/deallocations for those clientIds.
5124
+
description: Optional array of clientIds. If clientIds are provided, only allocations/deallocations for those clientIds are returned. ClientIds must be submitted as a comma-separated string.
5125
5125
in: query
5126
5126
schema:
5127
5127
type: array
5128
5128
items:
5129
5129
type: string
5130
5130
title: uuid
5131
-
description: Optional array of clientIds. If provided will only return allocations/deallocations for those clientIds.
5131
+
description: Optional array of clientIds. If clientIds are provided, only allocations/deallocations for those clientIds are returned. ClientIds must be submitted as a comma-separated string.
5132
5132
- name: pageNumber
5133
5133
description: The page number (integer) you wish to fetch. When provided, the API will skip pageSize * pageNumber records. Page numbers are zero-based, so the first page is 0. If not provided, defaults to 0.
0 commit comments