Koha/api/v1/swagger
Tomas Cohen Arazi f5ee8ced57 Bug 29107: Rename item_type => item_type_id
This simple change renames the attribute in the item object API
representation.

To test:
1. Run:
   $ kshell
  k$ prove t/db_dependent/api/v1/items.t
=> SUCCESS: Tests pass
2. Run:
   $ git grep 'api/v1/items'
=> SUCCESS: The items routes are not (yet) used in Koha
3. Run:
   $ cd koha-tmpl
   $ git grep --name-only '"embed"'
=> SUCCESS: Only two templates are using embed.
4. Check:
   - register.tt uses it to embed the manager, good
   - parcel.tt uses it to embed items. Alert.
=> SUCCESS: parcel.tt only uses a count on items. No item_type involved.
5. Sign off

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
..
definitions Bug 29107: Rename item_type => item_type_id 2021-10-28 17:32:34 +02:00
parameters Bug 17314: OpenAPI spec 2021-10-28 17:32:34 +02:00
paths Bug 27358: Add GET /public/biblios/:biblio_id/items 2021-10-28 17:32:34 +02:00
definitions.json Bug 17314: OpenAPI spec 2021-10-28 17:32:34 +02:00
parameters.json Bug 17314: OpenAPI spec 2021-10-28 17:32:34 +02:00
paths.json Bug 27358: Add GET /public/biblios/:biblio_id/items 2021-10-28 17:32:34 +02:00
swagger.yaml Bug 17314: OpenAPI spec 2021-10-28 17:32:34 +02:00
x-primitives.json Bug 26633: Add REST API for managing transfer limits 2021-03-16 16:08:30 +01:00