ZITADEL Docs
APIsCore ResourcesV1Instance Objects

UpdateSMTPConfigPassword

Deprecated: Update SMTP Password

Update the SMTP password that is used for the host, be aware that this will be activated as soon as it is saved. So the users will get notifications from the newly configured SMTP.

Deprecated: please move to the new endpoint UpdateEmailProviderSMTPPassword.

PUT
/smtp/{id}/password

Path Parameters

id*string

Request Body

application/json

password?string
[key: string]?never

Response Body

application/json

application/json

curl -X PUT "https://loading/smtp/string/password" \  -H "Content-Type: application/json" \  -d '{}'
{
  "details": {
    "sequence": 0,
    "creationDate": "1s",
    "changeDate": "1s",
    "resourceOwner": "string"
  }
}
{
  "code": "not_found",
  "message": "string",
  "detail": {
    "type": "string",
    "value": "string",
    "debug": {}
  }
}

Was this page helpful?