At least one parameter to be modified must be provided; do not include parameters that do not require changes in the request.
Request
Body Params multipart/form-data
Request samples
curl --location --request POST 'https://domain-open-api.getmx.com/v1/mail/update' \
--form 'token="token"' \
--form 'mail_id="12345678"' \
--form 'password="@1!2%345678"' \
--form 'mark="mark"'
Responses
application/json {
"code": 0,
"msg": "string",
"data": {}
}
Modified at 2024-12-03 00:48:52