Bug 19661: REST API - Funds Endpoint
[koha.git] / api / v1 / swagger / parameters / fund.json
1 {
2     "fundidPathParam": {
3       "name": "fund_id",
4       "in": "path",
5       "description": "Fund id",
6       "required": true,
7       "type": "integer"
8     }
9 }