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)
committerKyle Hall <kyle@bywatersolutions.com>
Fri, 10 Dec 2021 12:27:21 +0000 (07:27 -0500)
commit6c52b366c36cebcf1ab70da63c9513f01dc766e9
tree1b4b8bdc342bf5be9225ca11ec343d30943f6297
parent43881559cffe2c3342885a6d71ba5eb40e6d3168
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>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
api/v1/swagger/paths/libraries.json
api/v1/swagger/swagger.yaml