File tree Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Expand file tree Collapse file tree 1 file changed +23
-1
lines changed Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments