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

(-)a/api/v1/swagger/definitions/patron.json (-1 / +12 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
    "lang": {
279
      "type": ["string", "null"],
280
      "description": "lang to use to send notices to this patron"
281
    },
282
    "login_attempts": {
283
      "type": ["integer", "null"],
284
      "description": "number of failed login attemps"
285
    },
286
    "overdrive_auth_token": {
287
      "type": ["string", "null"],
288
      "description": "persist OverDrive auth token"
277
    }
289
    }
278
  }
290
  }
279
}
291
}
280
- 

Return to bug 18763