From 4ce3f7dfe59b549a17f04090bc686498865ac417 Mon Sep 17 00:00:00 2001 From: mrekucci Date: Thu, 17 Feb 2022 16:28:20 +0400 Subject: [PATCH] fix: stamps EP amount value OpenAPI specification (#2817) --- openapi/SwarmDebug.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi/SwarmDebug.yaml b/openapi/SwarmDebug.yaml index 709b42b2c2c..e31f943469a 100644 --- a/openapi/SwarmDebug.yaml +++ b/openapi/SwarmDebug.yaml @@ -850,7 +850,7 @@ paths: - in: path name: amount schema: - type: integer + $ref: "SwarmCommon.yaml#/components/schemas/BigInt" required: true description: Amount of BZZ added that the postage batch will have. - in: path