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

(-)a/api/v1/swagger/definitions/hold.json (-2 / +2 lines)
Lines 58-68 Link Here
58
      "description": "the date the hold expires"
58
      "description": "the date the hold expires"
59
    },
59
    },
60
    "lowestPriority": {
60
    "lowestPriority": {
61
      "type": "integer",
61
      "type": "boolean",
62
      "description": ""
62
      "description": ""
63
    },
63
    },
64
    "suspend": {
64
    "suspend": {
65
      "type": "integer",
65
      "type": "boolean",
66
      "description": ""
66
      "description": ""
67
    },
67
    },
68
    "suspend_until": {
68
    "suspend_until": {
(-)a/api/v1/swagger/definitions/patron.json (-3 / +2 lines)
Lines 140-150 Link Here
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
    "gonenoaddress": {
142
    "gonenoaddress": {
143
      "type": ["integer", "null"],
143
      "type": ["boolean", "null"],
144
      "description": "set to 1 if library marked this patron as having an unconfirmed address"
144
      "description": "set to 1 if library marked this patron as having an unconfirmed address"
145
    },
145
    },
146
    "lost": {
146
    "lost": {
147
      "type": ["integer", "null"],
147
      "type": ["boolean", "null"],
148
      "description": "set to 1 if library marked this patron as having lost his card"
148
      "description": "set to 1 if library marked this patron as having lost his card"
149
    },
149
    },
150
    "debarred": {
150
    "debarred": {
151
- 

Return to bug 17927