Mail Settings Controller
get
Authorizations
Responses
200
OK
*/*
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
get
GET /api/mail/settings HTTP/1.1
Host: inscada.cloud
Accept: */*
{
"creationDate": "2025-07-05T19:42:49.083Z",
"lastModifiedBy": "text",
"createdBy": "text",
"lastModifiedDate": "2025-07-05T19:42:49.083Z",
"id": "text",
"username": "text",
"smtpHost": "text",
"smtpPort": 1,
"password": "text",
"transportStrategy": "SMTP",
"fromAddress": "text"
}
put
Authorizations
Body
creationDatestring · date-timeRead-onlyOptional
lastModifiedBystringRead-onlyOptional
createdBystringRead-onlyOptional
lastModifiedDatestring · date-timeRead-onlyOptional
idstringOptional
usernamestring · max: 50Required
smtpHoststring · max: 50Required
smtpPortinteger · int32Required
passwordstring · max: 60Required
transportStrategystring · enumRequiredPossible values:
fromAddressstring · max: 255Required
Responses
204
No Content
400
Bad Request
*/*
403
Forbidden
*/*
404
Not Found
*/*
409
Conflict
*/*
500
Internal Server Error
*/*
put
PUT /api/mail/settings HTTP/1.1
Host: inscada.cloud
Content-Type: application/json
Accept: */*
Content-Length: 128
{
"id": "text",
"username": "text",
"smtpHost": "text",
"smtpPort": 1,
"password": "text",
"transportStrategy": "SMTP",
"fromAddress": "text"
}
No content