]> git.koha-community.org Git - koha.git/blob - api/v1/swagger/parameters/fund.json
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 }