Update email entryAsk AIput https://{sandfly-api-host}/v4/alerts/email/{name}Updates an email entry.Path Paramsnamestringrequiredemail name to updateBody ParamsEmail json object to updateemail_recipientsarray of stringsrequiredArray format of single or multiple e-mail addresses where alerts should be sent.email_recipients*ADD stringemail_senderstringrequiredemail address of the person sending the e-mail.mail_passwordstringPassword used with this email entry. If this property is not present or is null, the existing password is not changed.mail_portintegerrequiredSMTP server portmail_serverstringrequiredhostname or IP address for the SMTP server.mail_usernamestringUsername used with this email entry. If this property is not present or is null, the existing username is not changed.Responses 201Updated 404The requested email alert does not exist defaultUnexpected errorUpdated 3 months ago