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:
parent
9de4594cf7
commit
09e47b434c
2 changed files with 10 additions and 20 deletions
|
@ -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": [
|
||||
{
|
||||
|
|
|
@ -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": [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue