From edf080c5a72ceb3474f6421512c6bfb77246dcb4 Mon Sep 17 00:00:00 2001 From: Lari Taskula Date: Tue, 9 Aug 2016 14:37:03 +0300 Subject: [PATCH] Bug 13895: Reword borrowers to patrons in tags We probably want to use patrons instead of borrowers; otherwise we would have both tags since /patrons adds "patrons" as well. Signed-off-by: Julian Maurice --- api/v1/swagger.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/api/v1/swagger.json b/api/v1/swagger.json index 68eeea6..ad11c17 100644 --- a/api/v1/swagger.json +++ b/api/v1/swagger.json @@ -336,7 +336,7 @@ "/checkouts": { "get": { "operationId": "listCheckouts", - "tags": ["borrowers", "checkouts"], + "tags": ["patrons", "checkouts"], "parameters": [ { "name": "borrowernumber", @@ -372,7 +372,7 @@ "/checkouts/{checkout_id}": { "get": { "operationId": "getCheckout", - "tags": ["borrowers", "checkouts"], + "tags": ["patrons", "checkouts"], "parameters": [ { "name": "checkout_id", @@ -400,7 +400,7 @@ }, "put": { "operationId": "renewCheckout", - "tags": ["borrowers", "checkouts"], + "tags": ["patrons", "checkouts"], "parameters": [ { "name": "checkout_id", -- 2.1.4