From 622806eca2304c0c78666968d0a0560071d2a833 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Fri, 21 May 2021 18:32:03 -0300 Subject: [PATCH] Bug 28424: (28370 follow-up) Fix response definition Signed-off-by: Tomas Cohen Arazi Signed-off-by: David Nind --- api/v1/swagger/paths/patrons_account.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/v1/swagger/paths/patrons_account.json b/api/v1/swagger/paths/patrons_account.json index 9e118d9ade..9033645d39 100644 --- a/api/v1/swagger/paths/patrons_account.json +++ b/api/v1/swagger/paths/patrons_account.json @@ -88,7 +88,7 @@ "201": { "description": "Credit added", "schema": { - "type": "object" + "$ref": "../definitions.json#/account_line" } }, "401": { -- 2.11.0