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

(-)a/api/v1/swagger/definitions/order.json (-2 / +4 lines)
Lines 13-19 Link Here
13
            "description": "Identifier for the linked bibliographic record"
13
            "description": "Identifier for the linked bibliographic record"
14
        },
14
        },
15
        "created_by": {
15
        "created_by": {
16
            "type": "integer",
16
            "type": [
17
                "integer",
18
                "null"
19
            ],
17
            "description": "Interal patron identifier of the order line creator"
20
            "description": "Interal patron identifier of the order line creator"
18
        },
21
        },
19
        "entry_date": {
22
        "entry_date": {
20
- 

Return to bug 28248