From 1b29092bd6a55de70cbf174e1bc93ab30b5b49aa Mon Sep 17 00:00:00 2001 From: mrekucci Date: Wed, 16 Feb 2022 07:42:13 -0600 Subject: [PATCH] fix: stamps EP amount value OpenAPI specification --- 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