@@ -, +, @@ /acquisitions/orders $ kshell k$ prove t/db_dependent/api/v1/acquisitions_orders.t --- api/v1/swagger/paths/acquisitions_orders.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/api/v1/swagger/paths/acquisitions_orders.json +++ a/api/v1/swagger/paths/acquisitions_orders.json @@ -26,9 +26,9 @@ "type": "integer" }, { - "name": "budget_id", + "name": "fund_id", "in": "query", - "description": "Identifier for the budget the order goes against", + "description": "Identifier for the fund the order goes against", "required": false, "type": "integer" }, --