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

(-)a/api/v1/swagger/definitions/patron.yaml (-1 / +1 lines)
Lines 320-326 properties: Link Here
320
    type: integer
320
    type: integer
321
    description: patron's privacy settings related to their checkout history
321
    description: patron's privacy settings related to their checkout history
322
  privacy_guarantor_checkouts:
322
  privacy_guarantor_checkouts:
323
    type: integer
323
    type: boolean
324
    description: controls if relatives can see this patron's checkouts
324
    description: controls if relatives can see this patron's checkouts
325
  privacy_guarantor_fines:
325
  privacy_guarantor_fines:
326
    type: boolean
326
    type: boolean
(-)a/api/v1/swagger/definitions/patron_category.yaml (-2 / +1 lines)
Lines 32-38 properties: Link Here
32
    description: Age limit for the patron
32
    description: Age limit for the patron
33
  lower_age_limit:
33
  lower_age_limit:
34
    type:
34
    type:
35
      - number
35
      - boolean
36
      - "null"
36
      - "null"
37
    description: The minimum age required for the patron category
37
    description: The minimum age required for the patron category
38
  enrolment_fee:
38
  enrolment_fee:
39
- 

Return to bug 39835