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

(-)a/api/v1/swagger/definitions/patron.json (-2 / +1 lines)
Lines 267-273 Link Here
267
      "description": "produce a warning for this patron if this item has previously been checked out to this patron if 'yes', not if 'no', defer to category setting if 'inherit'"
267
      "description": "produce a warning for this patron if this item has previously been checked out to this patron if 'yes', not if 'no', defer to category setting if 'inherit'"
268
    },
268
    },
269
    "updated_on": {
269
    "updated_on": {
270
      "type": "string",
270
      "type": ["string", "null"],
271
      "description": "time of last change could be useful for synchronization with external systems (among others)"
271
      "description": "time of last change could be useful for synchronization with external systems (among others)"
272
    },
272
    },
273
    "lastseen": {
273
    "lastseen": {
274
- 

Return to bug 17651