Skip to content

Commit a3fbd6b

Browse files
feat: update bitgo-api-docs
This commit updates the BitGo API.
1 parent a4f2fe8 commit a3fbd6b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

api.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4642,6 +4642,18 @@ paths:
46424642
enum:
46434643
- 'true'
46444644
- '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
46454657
- name: enterpriseId
46464658
description: The enterprise ID of the client making the request.
46474659
in: path
@@ -59835,6 +59847,10 @@ components:
5983559847
topUpWindowMinutes:
5983659848
type: number
5983759849
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.
5983859854
stablePartner:
5983959855
type: boolean
5984059856
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:
5984359859
- name
5984459860
- connectionKeySchema
5984559861
- active
59862+
- trustOrg
5984659863
- stablePartner
5984759864
description: Array of partner objects with limited properties and stability indicators.
5984859865
required:

0 commit comments

Comments
 (0)