Skip to content

Commit 0b31c2c

Browse files
Merge pull request #129 from BitGo/update-bitgo-api-docs
Update API reference on BitGo Developer Portal
2 parents e450732 + d1a75de commit 0b31c2c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

api.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25159,6 +25159,20 @@ paths:
2515925159
enum:
2516025160
- ASC
2516125161
- DESC
25162+
- name: dateLt
25163+
description: Optional get transaction requests less than date
25164+
in: query
25165+
schema:
25166+
type: string
25167+
format: date-time
25168+
title: ISO Date String
25169+
- name: dateGte
25170+
description: Optional get transaction requests greater than or equal to date
25171+
in: query
25172+
schema:
25173+
type: string
25174+
format: date-time
25175+
title: ISO Date String
2516225176
- name: enterpriseId
2516325177
description: ''
2516425178
in: path

0 commit comments

Comments
 (0)