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

(-)a/api/v1/swagger/definitions/patron.json (-1 / +4 lines)
Lines 139-144 Link Here
139
      "type": ["string", "null"],
139
      "type": ["string", "null"],
140
      "description": "date the patron's card is set to expire"
140
      "description": "date the patron's card is set to expire"
141
    },
141
    },
142
    "date_renewed": {
143
      "type": ["string", "null"],
144
      "description": "date the patron's card was last renewed"
145
    },
142
    "gonenoaddress": {
146
    "gonenoaddress": {
143
      "type": ["boolean", "null"],
147
      "type": ["boolean", "null"],
144
      "description": "set to 1 if library marked this patron as having an unconfirmed address"
148
      "description": "set to 1 if library marked this patron as having an unconfirmed address"
145
- 

Return to bug 18508