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

(-)a/api/v1/swagger/definitions/patron_category.yaml (-1 / +15 lines)
Lines 100-105 properties: Link Here
100
      - boolean
100
      - boolean
101
      - "null"
101
      - "null"
102
    description: Exclude patrons of this category from local holds priority
102
    description: Exclude patrons of this category from local holds priority
103
  noissuescharge:
104
    type:
105
      - number
106
      - "null"
107
    description: Maximum amount outstanding before checkouts are blocked
108
  noissueschargeguarantees:
109
    type:
110
      - number
111
      - "null"
112
    description: Maximum amount that the guarantees of a patron in this category can have outstanding before checkouts are blocked
113
  noissueschargeguarantorswithguarantees:
114
    type:
115
      - number
116
      - "null"
117
    description: Maximum amount that the guarantors with guarantees of a patron in this category can have outstanding before checkouts are blocked
103
additionalProperties: false
118
additionalProperties: false
104
required:
119
required:
105
  - patron_category_id
120
  - patron_category_id
106
- 

Return to bug 28924