Koha/api/v1/swagger/parameters/smtp_server.json
Tomas Cohen Arazi 95aa8fc64b Bug 22343: API routes for SMTP servers CRUD
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>
2020-10-02 10:54:40 +02:00

9 lines
193 B
JSON

{
"smtp_server_id_pp": {
"name": "smtp_server_id",
"in": "path",
"description": "SMTP server internal identifier",
"required": true,
"type": "integer"
}
}