From 6fbea316bd2cfa4cc247bee24fb3b332b76bd6cc Mon Sep 17 00:00:00 2001 From: Lari Taskula Date: Wed, 3 Aug 2016 18:38:42 +0300 Subject: [PATCH] Bug 17041: Fix missing properties in patron.json Swagger definition for patron was missing two properties. Signed-off-by: Benjamin Rokseth --- api/v1/definitions/patron.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/api/v1/definitions/patron.json b/api/v1/definitions/patron.json index fbee169..8e7d08b 100644 --- a/api/v1/definitions/patron.json +++ b/api/v1/definitions/patron.json @@ -268,6 +268,14 @@ "privacy_guarantor_checkouts": { "type": "string", "description": "controls if relatives can see this patron's checkouts" + }, + "checkprevcheckout": { + "type": "string", + "description": "produce a warning for this patron if this item has previously been checked out to this patron if 'yes', not if 'no', defer to category setting if 'inherit'" + }, + "updated_on": { + "type": "string", + "description": "time of last change could be useful for synchronization with external systems (among others)" } } } -- 2.1.4