Skip to content

Commit de92327

Browse files
feat: update bitgo-api-docs
This commit updates the BitGo API.
1 parent 924676f commit de92327

File tree

1 file changed

+9
-44
lines changed

1 file changed

+9
-44
lines changed

api.yaml

Lines changed: 9 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -3040,10 +3040,7 @@ paths:
30403040
- name: active
30413041
in: query
30423042
schema:
3043-
type: string
3044-
enum:
3045-
- 'true'
3046-
- 'false'
3043+
type: boolean
30473044
- name: connectionIds
30483045
in: query
30493046
schema:
@@ -4010,10 +4007,7 @@ paths:
40104007
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.
40114008
in: query
40124009
schema:
4013-
type: string
4014-
enum:
4015-
- 'true'
4016-
- 'false'
4010+
type: boolean
40174011
- name: disputeIds
40184012
description: Optional array of disputeIds. If provided will only return disputes with an id matching one of the provided disputeIds.
40194013
in: query
@@ -4155,10 +4149,7 @@ paths:
41554149
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.
41564150
in: query
41574151
schema:
4158-
type: string
4159-
enum:
4160-
- 'true'
4161-
- 'false'
4152+
type: boolean
41624153
- name: partnerIds
41634154
description: Filter by specific partner IDs. When provided, only settlements involving these partners will be returned.
41644155
in: query
@@ -4860,22 +4851,12 @@ paths:
48604851
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.
48614852
in: query
48624853
schema:
4863-
type: string
4864-
enum:
4865-
- 'true'
4866-
- 'false'
4854+
type: boolean
48674855
- name: filterByTrustOrg
48684856
description: Filter by trust organization. When provided, only partners belonging to this trust organization will be returned.
48694857
in: query
48704858
schema:
4871-
oneOf:
4872-
- type: string
4873-
enum:
4874-
- 'true'
4875-
- 'false'
4876-
- type: boolean
4877-
enum:
4878-
- true
4859+
type: boolean
48794860
- name: enterpriseId
48804861
description: The enterprise ID of the client making the request.
48814862
in: path
@@ -5524,10 +5505,7 @@ paths:
55245505
- name: active
55255506
in: query
55265507
schema:
5527-
type: string
5528-
enum:
5529-
- 'true'
5530-
- 'false'
5508+
type: boolean
55315509
- name: clientIds
55325510
in: query
55335511
schema:
@@ -5867,10 +5845,7 @@ paths:
58675845
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.
58685846
in: query
58695847
schema:
5870-
type: string
5871-
enum:
5872-
- 'true'
5873-
- 'false'
5848+
type: boolean
58745849
- name: disputeIds
58755850
description: Optional array of disputeIds. If provided will only return disputes with an id matching one of the provided disputeIds.
58765851
in: query
@@ -5922,14 +5897,7 @@ paths:
59225897
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.
59235898
in: query
59245899
schema:
5925-
oneOf:
5926-
- type: string
5927-
enum:
5928-
- 'true'
5929-
- 'false'
5930-
- type: boolean
5931-
enum:
5932-
- false
5900+
type: boolean
59335901
- name: clientIds
59345902
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.
59355903
in: query
@@ -6047,10 +6015,7 @@ paths:
60476015
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.
60486016
in: query
60496017
schema:
6050-
type: string
6051-
enum:
6052-
- 'true'
6053-
- 'false'
6018+
type: boolean
60546019
- name: partnerIds
60556020
description: Filter by specific partner IDs. When provided, only settlements involving these partners will be returned.
60566021
in: query

0 commit comments

Comments
 (0)