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

(-)a/api/v1/swagger/definitions/account_line.json (+4 lines)
Lines 76-81 Link Here
76
    "user_id": {
76
    "user_id": {
77
      "type": "integer",
77
      "type": "integer",
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
    },
80
    "library_id": {
81
      "type": "string",
82
      "description": "Internal identifier for the library in which the transaction took place"
79
    }
83
    }
80
  }
84
  }
81
}
85
}
(-)a/api/v1/swagger/definitions/patron_account_credit.json (-1 / +4 lines)
Lines 10-15 Link Here
10
      "minimum": 0,
10
      "minimum": 0,
11
      "description": "Credit amount"
11
      "description": "Credit amount"
12
    },
12
    },
13
    "library_id": {
14
      "type": "string",
15
      "description": "Internal identifier for the library in which the transaction took place"
16
    },
13
    "account_lines_ids": {
17
    "account_lines_ids": {
14
        "type": "array",
18
        "type": "array",
15
        "items": {
19
        "items": {
16
- 

Return to bug 21786