@@ -, +, @@ --- api/v1/swagger/definitions/patron.json | 4 ++++ 1 file changed, 4 insertions(+) --- a/api/v1/swagger/definitions/patron.json +++ a/api/v1/swagger/definitions/patron.json @@ -274,6 +274,10 @@ "lastseen": { "type": ["string", "null"], "description": "last time a patron has been seen (connected at the OPAC or staff interface)" + }, + "overdrive_auth_token": { + "type": ["string", "null"], + "description": "persist OverDrive auth token" } } } --