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

(-)a/api/v1/swagger/definitions/patron.json (-1 / +4 lines)
Lines 269-274 Link Here
269
    "updated_on": {
269
    "updated_on": {
270
      "type": "string",
270
      "type": "string",
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
    },
273
    "lastseen": {
274
      "type": ["string", "null"],
275
      "description": "last time a patron has been seen (connected at the OPAC or staff interface)"
272
    }
276
    }
273
  }
277
  }
274
}
278
}
275
- 

Return to bug 17607