@@ -, +, @@ --- api/v1/swagger/definitions/checkout.json | 4 ++++ 1 file changed, 4 insertions(+) --- a/api/v1/swagger/definitions/checkout.json +++ a/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", --