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

(-)a/api/v1/swagger/definitions/account_line.json (-1 / +4 lines)
Lines 78-84 Link Here
78
      "description": "Internal patron identifier for the staff member that introduced the account line"
78
      "description": "Internal patron identifier for the staff member that introduced the account line"
79
    },
79
    },
80
    "library_id": {
80
    "library_id": {
81
      "type": "string",
81
      "type": [
82
        "string",
83
        "null"
84
      ],
82
      "description": "Internal identifier for the library in which the transaction took place"
85
      "description": "Internal identifier for the library in which the transaction took place"
83
    }
86
    }
84
  }
87
  }
(-)a/api/v1/swagger/definitions/patron_account_credit.json (-2 / +1 lines)
Lines 11-17 Link Here
11
      "description": "Credit amount"
11
      "description": "Credit amount"
12
    },
12
    },
13
    "library_id": {
13
    "library_id": {
14
      "type": "string",
14
      "type": [ "string", "null" ],
15
      "description": "Internal identifier for the library in which the transaction took place"
15
      "description": "Internal identifier for the library in which the transaction took place"
16
    },
16
    },
17
    "account_lines_ids": {
17
    "account_lines_ids": {
18
- 

Return to bug 21786