Skip to content

Commit

Permalink
chore: remove /stake/migrate endpoint from specs
Browse files Browse the repository at this point in the history
  • Loading branch information
gacevicljubisa committed Jan 9, 2025
1 parent 6646f42 commit e02046f
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions openapi/Swarm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2290,20 +2290,6 @@ paths:
default:
description: Default response

"/stake/migrate":
post:
summary: Withdraws all past staked amount back to the wallet.
description: Be aware, the endpoint call only be called when the contract is paused and is in the process of being migrated to a new contract.
tags:
- Staking
responses:
"200":
$ref: "SwarmCommon.yaml#/components/schemas/StakeTransactionResponse"
"500":
$ref: "SwarmCommon.yaml#/components/responses/500"
default:
description: Default response

"/stake/withdrawable":
get:
summary: Get the withdrawable staked amount.
Expand Down

0 comments on commit e02046f

Please sign in to comment.