Bug 29593: Fix wrong tag in GET /public/libraries spec
authorTomas Cohen Arazi <tomascohen@theke.io>
Mon, 29 Nov 2021 18:30:51 +0000 (15:30 -0300)
committerFridolin Somers <fridolin.somers@biblibre.com>
Tue, 7 Dec 2021 22:16:28 +0000 (12:16 -1000)
commita5885949b5e162d88906beae6c561fd661a2437c
tree6ee4cb84704f0dcb8d0d10255ac4c24d1da9505c
parentd7390be41bdaa0b2f95389967d024661f414b678
Bug 29593: Fix wrong tag in GET /public/libraries spec

This makes the documentation look untidy.

To test:
1. Open the api/v1/swagger/paths/libraries.json file with your favourite
   editor.
=> FAIL: All routes, but this one, have tags: ['library']
2. Apply this patch
=> SUCCESS: All routes have tags: ['libraries']
3. swagger.yaml too!
4. Sign off :-D

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Fridolin Somers <fridolin.somers@biblibre.com>
api/v1/swagger/paths/libraries.json
api/v1/swagger/swagger.yaml