Tomas Cohen Arazi
95aa8fc64b
This patch introduces API routes for handling SMTP servers. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
9 lines
193 B
JSON
9 lines
193 B
JSON
{
|
|
"smtp_server_id_pp": {
|
|
"name": "smtp_server_id",
|
|
"in": "path",
|
|
"description": "SMTP server internal identifier",
|
|
"required": true,
|
|
"type": "integer"
|
|
}
|
|
}
|