Koha/api/v1/swagger/parameters/suggestion.json
Tomas Cohen Arazi 8cc404b651 Bug 17314: OpenAPI spec
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
2021-10-28 17:32:34 +02:00

9 lines
176 B
JSON

{
"suggestion_id_pp": {
"name": "suggestion_id",
"in": "path",
"description": "Internal suggestion identifier",
"required": true,
"type": "integer"
}
}