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

(-)a/api/v1/definitions/patron.json (-1 / +8 lines)
Lines 268-273 Link Here
268
        "privacy_guarantor_checkouts": {
268
        "privacy_guarantor_checkouts": {
269
          "type": "string",
269
          "type": "string",
270
          "description": "controls if relatives can see this patron's checkouts"
270
          "description": "controls if relatives can see this patron's checkouts"
271
        },
272
        "checkprevcheckout": {
273
          "type": "string",
274
          "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'"
275
        },
276
        "updated_on": {
277
          "type": "string",
278
          "description": "time of last change could be useful for synchronization with external systems (among others)"
271
        }
279
        }
272
      }
280
      }
273
}
281
}
274
- 

Return to bug 17041