From 20057bc1ea237384333e9397ba958dc32d62a07d Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Tue, 10 Nov 2020 08:46:43 -0300 Subject: [PATCH] Bug 23916: Add new attribute to API Signed-off-by: Tomas Cohen Arazi --- api/v1/swagger/definitions/checkout.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api/v1/swagger/definitions/checkout.json b/api/v1/swagger/definitions/checkout.json index 42b95988438..f423b6bab73 100644 --- a/api/v1/swagger/definitions/checkout.json +++ b/api/v1/swagger/definitions/checkout.json @@ -21,6 +21,10 @@ "type": ["string", "null"], "description": "code of the library the item was checked out" }, + "issuer_id": { + "type": [ "integer", "null" ], + "description": "internally assigned for the user that processed the checkout" + }, "checkin_date": { "type": ["string", "null"], "format": "date-time", -- 2.29.2