Koha/api/v1/swagger
Tomas Cohen Arazi 62dcfa95da
Bug 24232: Fix required permissions in DELETE /biblios/:biblio_id
This patch fixes the required permissions defined on the spec for the
mentioned endpoint.

To test:
1. Apply the tests patch
2. Run:
   $ kshell
  k$ prove t/db_dependent/api/v1/biblios.t
=> FAIL: Tests fail due to badly defined permissions
3. Apply this patch
4. Repeat 2
=> SUCCESS: Tests pass! Notice parameters: edit_catelogue didn't exist
5. Sign off :-D

Signed-off-by: Kelly McElligott <kelly@bywatersolutions.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2019-12-20 12:07:20 +00:00
..
definitions Bug 14697: Add routes to handle return claims 2019-10-31 12:04:13 +00:00
parameters Bug 19618: Add api endpoint for club holds 2019-10-01 08:05:58 +01:00
paths Bug 24232: Fix required permissions in DELETE /biblios/:biblio_id 2019-12-20 12:07:20 +00:00
definitions.json Bug 14697: Add routes to handle return claims 2019-10-31 12:04:13 +00:00
parameters.json Bug 19618: Add api endpoint for club holds 2019-10-01 08:05:58 +01:00
paths.json Bug 14697: Add routes to handle return claims 2019-10-31 12:04:13 +00:00
swagger.json
x-primitives.json