From fb30b567dc31893415c109db394c60083fcf0e9f Mon Sep 17 00:00:00 2001 From: Lari Taskula Date: Wed, 3 Aug 2016 18:42:25 +0300 Subject: [PATCH] Bug 17042: Fix missing column in hold.json Swagger definition for hold was missing a property. Signed-off-by: Benjamin Rokseth --- api/v1/definitions/hold.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api/v1/definitions/hold.json b/api/v1/definitions/hold.json index 17bc834..620187e 100644 --- a/api/v1/definitions/hold.json +++ b/api/v1/definitions/hold.json @@ -58,6 +58,10 @@ }, "suspend_until": { "description": "" + }, + "itemtype": { + "type": ["string", "null"], + "description": "If record level hold, the optional itemtype of the item the patron is requesting" } } } -- 2.1.4