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

(-)a/api/v1/swagger/definitions/account_line.json (-2 / +4 lines)
Lines 84-90 Link Here
84
      "description": "Internal note"
84
      "description": "Internal note"
85
    },
85
    },
86
    "user_id": {
86
    "user_id": {
87
      "type": "integer",
87
      "type": [
88
        "integer",
89
        "null"
90
      ],
88
      "description": "Internal patron identifier for the staff member that introduced the account line"
91
      "description": "Internal patron identifier for the staff member that introduced the account line"
89
    },
92
    },
90
    "library_id": {
93
    "library_id": {
91
- 

Return to bug 26271