Koha/api/v1/swagger/parameters/fund.json
Matthias Meusburger 717975abeb Bug 19661: REST API - Funds Endpoint
This patch adds a new route to the REST api:

/api/v1/acquisitions/funds/

Signed-off-by: David Bourgault <david.bourgault@inlibro.com>

Signed-off-by: Josef Moravec <josef.moravec@gmail.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>
2019-03-22 19:40:36 +00:00

9 lines
160 B
JSON

{
"fundidPathParam": {
"name": "fund_id",
"in": "path",
"description": "Fund id",
"required": true,
"type": "integer"
}
}