Bug 28461: Fix SMTP servers and extended attributes

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Tomás Cohen Arazi 2021-05-26 09:48:06 -03:00 committed by Jonathan Druart
parent 9de4594cf7
commit 09e47b434c
2 changed files with 10 additions and 20 deletions

View file

@ -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": [
{

View file

@ -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": [
{