View | Details | Raw Unified | Return to bug 18508
Collapse All | Expand All

(-)a/api/v1/swagger/definitions/patron.json (-1 / +4 lines)
Lines 274-279 Link Here
274
    "lastseen": {
274
    "lastseen": {
275
      "type": ["string", "null"],
275
      "type": ["string", "null"],
276
      "description": "last time a patron has been seen (connected at the OPAC or staff interface)"
276
      "description": "last time a patron has been seen (connected at the OPAC or staff interface)"
277
    },
278
    "overdrive_auth_token": {
279
      "type": ["string", "null"],
280
      "description": "persist OverDrive auth token"
277
    }
281
    }
278
  }
282
  }
279
}
283
}
280
- 

Return to bug 18508