From 998f939ff029d23f459f76ff894d6df902208cd6 Mon Sep 17 00:00:00 2001 From: "dev-portal-updater[bot]" <149019135+dev-portal-updater[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2025 18:27:50 +0000 Subject: [PATCH] feat: update `bitgo-api-docs` This commit updates the BitGo API. --- api.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/api.yaml b/api.yaml index 4dba71b..5255b2c 100644 --- a/api.yaml +++ b/api.yaml @@ -43392,6 +43392,17 @@ components: durationSeconds: description: The length of time in seconds to complete a staking period. type: integer + StakingDelegationProperties: + type: object + properties: + delegationCycle: + allOf: + - $ref: '#/components/schemas/IntegerString' + description: The number of cycles this delegation will be active. + endBurnBlockHeight: + allOf: + - $ref: '#/components/schemas/IntegerString' + description: The end burn block height for this delegation. StakingDelegation: type: object properties: @@ -43437,6 +43448,10 @@ components: unstakingMin: description: The minimum amount needed to unstake from the delegation. type: string + properties: + allOf: + - $ref: '#/components/schemas/StakingDelegationProperties' + type: object EthStakingDelegation: title: ETH allOf: @@ -44268,6 +44283,10 @@ components: allOf: - $ref: '#/components/schemas/IntegerString' description: The sum of the amounts of all confirmed staking transactions in this request. + delegationCycle: + allOf: + - $ref: '#/components/schemas/IntegerString' + description: The number of cycles this staking request will be active. required: - id - requestingUserId