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

(-)a/api/v1/swagger/definitions/hold.json (-2 / +1 lines)
Lines 43-49 Link Here
43
      "description": "a one letter code defining what the status of the hold is after it has been confirmed"
43
      "description": "a one letter code defining what the status of the hold is after it has been confirmed"
44
    },
44
    },
45
    "timestamp": {
45
    "timestamp": {
46
      "type": "string",
46
      "type": ["string", "null"],
47
      "description": "date and time the hold was last updated"
47
      "description": "date and time the hold was last updated"
48
    },
48
    },
49
    "itemnumber": {
49
    "itemnumber": {
50
- 

Return to bug 17927