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

(-)a/api/v1/swagger/paths/acquisitions_orders.json (-3 / +2 lines)
Lines 26-34 Link Here
26
                    "type": "integer"
26
                    "type": "integer"
27
                },
27
                },
28
                {
28
                {
29
                    "name": "budget_id",
29
                    "name": "fund_id",
30
                    "in": "query",
30
                    "in": "query",
31
                    "description": "Identifier for the budget the order goes against",
31
                    "description": "Identifier for the fund the order goes against",
32
                    "required": false,
32
                    "required": false,
33
                    "type": "integer"
33
                    "type": "integer"
34
                },
34
                },
35
- 

Return to bug 24611