From 491e1531f85c4c492f170208c6fbb4aa221fe335 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Wed, 26 May 2021 09:48:06 -0300 Subject: [PATCH] Bug 28461: Fix SMTP servers and extended attributes Signed-off-by: Tomas Cohen Arazi --- api/v1/swagger/paths/config_smtp_servers.json | 15 +++++---------- .../paths/patrons_extended_attributes.json | 15 +++++---------- 2 files changed, 10 insertions(+), 20 deletions(-) diff --git a/api/v1/swagger/paths/config_smtp_servers.json b/api/v1/swagger/paths/config_smtp_servers.json index a087883603..6fad941e74 100644 --- a/api/v1/swagger/paths/config_smtp_servers.json +++ b/api/v1/swagger/paths/config_smtp_servers.json @@ -4,8 +4,7 @@ "x-mojo-to": "Config::SMTP::Servers#list", "operationId": "listSMTPServers", "tags": [ - "config", - "smtp" + "SMTP servers" ], "produces": [ "application/json" @@ -72,8 +71,7 @@ "x-mojo-to": "Config::SMTP::Servers#add", "operationId": "addSMTPServer", "tags": [ - "config", - "smtp" + "SMTP servers" ], "parameters": [ { @@ -139,8 +137,7 @@ "x-mojo-to": "Config::SMTP::Servers#get", "operationId": "getSMTPServer", "tags": [ - "config", - "smtp" + "SMTP servers" ], "parameters": [ { @@ -192,8 +189,7 @@ "x-mojo-to": "Config::SMTP::Servers#update", "operationId": "updateSMTPServer", "tags": [ - "config", - "smtp" + "SMTP servers" ], "parameters": [ { @@ -260,8 +256,7 @@ "x-mojo-to": "Config::SMTP::Servers#delete", "operationId": "deleteSMTPServer", "tags": [ - "config", - "smtp" + "SMTP servers" ], "parameters": [ { diff --git a/api/v1/swagger/paths/patrons_extended_attributes.json b/api/v1/swagger/paths/patrons_extended_attributes.json index d8af0f3b4b..f81a3c881c 100644 --- a/api/v1/swagger/paths/patrons_extended_attributes.json +++ b/api/v1/swagger/paths/patrons_extended_attributes.json @@ -4,8 +4,7 @@ "x-mojo-to": "Patrons::Attributes#list_patron_attributes", "operationId": "getPatronAttributes", "tags": [ - "patrons", - "extended_attributes" + "patrons" ], "parameters": [ { @@ -87,8 +86,7 @@ "x-mojo-to": "Patrons::Attributes#add", "operationId": "addPatronAttribute", "tags": [ - "patrons", - "extended_attributes" + "patrons" ], "parameters": [ { @@ -167,8 +165,7 @@ "x-mojo-to": "Patrons::Attributes#overwrite", "operationId": "overwritePatronAttributes", "tags": [ - "patrons", - "extended_attributes" + "patrons" ], "parameters": [ { @@ -255,8 +252,7 @@ "x-mojo-to": "Patrons::Attributes#update", "operationId": "updatePatronAttribute", "tags": [ - "patrons", - "extended_attributes" + "patrons" ], "parameters": [ { @@ -349,8 +345,7 @@ "x-mojo-to": "Patrons::Attributes#delete", "operationId": "deletePatronAttribute", "tags": [ - "patrons", - "extended_attributes" + "patrons" ], "parameters": [ { -- 2.31.1