From ed4f43d962f1ca663380fb798ed971ad3ed675a3 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Wed, 20 Sep 2017 09:15:42 -0300 Subject: [PATCH] Bug 18508: Fix t/db_dependent/api/v1/swagger/definitions.t (follow-up of 6758) Signed-off-by: Tomas Cohen Arazi --- api/v1/swagger/definitions/patron.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api/v1/swagger/definitions/patron.json b/api/v1/swagger/definitions/patron.json index ebcf696af0..735454f80b 100644 --- a/api/v1/swagger/definitions/patron.json +++ b/api/v1/swagger/definitions/patron.json @@ -139,6 +139,10 @@ "type": ["string", "null"], "description": "date the patron's card is set to expire" }, + "date_renewed": { + "type": ["string", "null"], + "description": "date the patron's card was last renewed" + }, "gonenoaddress": { "type": ["boolean", "null"], "description": "set to 1 if library marked this patron as having an unconfirmed address" -- 2.14.1