We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8e2a28 commit 6b606aaCopy full SHA for 6b606aa
openapi/Swarm.yaml
@@ -2215,7 +2215,7 @@ paths:
2215
name: coin
2216
required: true
2217
schema:
2218
- $ref: "SwarmCommon.yaml#/components/schemas/SwarmAddress"
+ $ref: "SwarmCommon.yaml#/components/schemas/WithdrawCoin"
2219
responses:
2220
"200":
2221
content:
openapi/SwarmCommon.yaml
@@ -768,6 +768,12 @@ components:
768
walletAddress:
769
$ref: "#/components/schemas/EthereumAddress"
770
771
+ WithdrawCoin:
772
+ type: string
773
+ enum:
774
+ - "bzz"
775
+ - "nativetoken"
776
+
777
RedistributionStatusResponse:
778
type: object
779
properties:
0 commit comments