Koha/api/v1/swagger/parameters/hold.json
Tomas Cohen Arazi 62f1b2df68 Bug 20006: Spec changes
This patch makes the spec match the voted RFC.

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-15 19:35:26 +00:00

9 lines
158 B
JSON

{
"hold_id_pp": {
"name": "hold_id",
"in": "path",
"description": "Internal hold identifier",
"required": true,
"type": "integer"
}
}