Skip to content

Commit 3d10978

Browse files
feat: update bitgo-api-docs
This commit updates the BitGo API.
1 parent 563c12d commit 3d10978

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

api.yaml

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25352,7 +25352,29 @@ paths:
2535225352
description: Filter by Staking Request status
2535325353
required: false
2535425354
schema:
25355-
$ref: '#/components/schemas/StakingRequestStatus'
25355+
type: array
25356+
items:
25357+
$ref: '#/components/schemas/StakingRequestStatus'
25358+
- name: createdDateGte
25359+
in: query
25360+
description: Filter by created date greater than or equal to
25361+
required: false
25362+
schema:
25363+
type: string
25364+
format: date-time
25365+
- name: createdDateLt
25366+
in: query
25367+
description: Filter by created date less than
25368+
required: false
25369+
schema:
25370+
type: string
25371+
format: date-time
25372+
- name: searchString
25373+
in: query
25374+
description: Search by string match across request attributes
25375+
required: false
25376+
schema:
25377+
type: string
2535625378
- $ref: '#/components/parameters/queryExpandBuildParams'
2535725379
- $ref: '#/components/parameters/queryPage'
2535825380
- $ref: '#/components/parameters/queryPageSize'

0 commit comments

Comments
 (0)