Skip to content

Commit ceb420d

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

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

api.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4174,6 +4174,19 @@ paths:
41744174
type: string
41754175
title: uuid
41764176
description: Filter by specific counterparty connection IDs. When provided, only settlements involving these connections as counterparties will be returned.
4177+
- name: statuses
4178+
description: Filter by settlement statuses. When provided, only settlements with these statuses will be returned.
4179+
in: query
4180+
schema:
4181+
type: array
4182+
items:
4183+
type: string
4184+
enum:
4185+
- failed
4186+
- completed
4187+
- pending
4188+
- rejected
4189+
description: Filter by settlement statuses. When provided, only settlements with these statuses will be returned.
41774190
- name: enterpriseId
41784191
description: The enterprise identifier of the client. This identifies the client enterprise making the API request.
41794192
in: path

0 commit comments

Comments
 (0)