Skip to content

Update SMTP email password

Request

Update the SMTP email password used for sending notifications. Only system administrators have permission to perform this operation.

Security
bearerAuth
Bodyapplication/json
passwordstringrequired

New SMTP email password

Example:"newSecurePassword123"
curl -i -X PUT \
  https://codeinsightapi.redocly.app/_mock/swagger/email/password \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: application/json' \
  -d '{
    "password": "newSecurePassword123"
  }'

Responses

OK : Email SMTP password updated successfully