Update a mailbox password
eurodns_email_update_passwordUpdate an email subscription's mailbox password by providing the subscription id and matching password confirmation; returns the updated subscription.
Instructions
Sets a new password on the mailbox of an email subscription and returns the updated subscription. The value is written straight through to the provider and never recorded here; find the subscription with eurodns_email_get_subscription.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Numeric id of the email subscription, from the list eurodns_email_get_subscription returns when called without an id. | |
| body | Yes | password and passwordConfirmation, identical. The value is sent to the provider and never stored or logged here. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Response body as returned by the API. | |
| status | Yes | Upstream HTTP status code. |