From 7e1c81ea6c51e042390ce8329695538f18bb981f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ljubi=C5=A1a=20Ga=C4=8Devi=C4=87?= <35105035+gacevicljubisa@users.noreply.github.com> Date: Fri, 24 Jan 2025 00:02:38 +0100 Subject: [PATCH] fix: update openapi spec (#4945) --- openapi/Swarm.yaml | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/openapi/Swarm.yaml b/openapi/Swarm.yaml index 0eb2e44c72..8f765d2c06 100644 --- a/openapi/Swarm.yaml +++ b/openapi/Swarm.yaml @@ -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.