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

(-)a/api/v1/swagger/definitions/cashup.json (-1 / +7 lines)
Lines 13-18 Link Here
13
            "type": "integer",
13
            "type": "integer",
14
            "description": "Internal identifier for the manager the cashup was performed by"
14
            "description": "Internal identifier for the manager the cashup was performed by"
15
        },
15
        },
16
        "manager": {
17
            "type": [
18
                "object",
19
                "null"
20
            ],
21
            "description": "The object representing the manager the cashup was performed by"
22
        },
16
        "amount": {
23
        "amount": {
17
            "type": "number",
24
            "type": "number",
18
            "description": "Account line amount"
25
            "description": "Account line amount"
19
- 

Return to bug 28272