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
Token generated by the management backend.
Rule ID (can be obtained from the GetMX management backend or through the /v1/alias/list endpoint; the 'id' field is the 'alias_id').
Status, -1 for disabled, 1 for enabled
Request samples
curl --location --request POST 'https://domain-open-api.getmx.com/v1/alias/update' \
--form 'token="token"' \
--form 'alias_id="12345678"' \
--form 'status="-1"' \
--form 'mark="mark"'
Responses
application/json {
"code": 0,
"msg": "string",
"data": null
}
Modified at 2024-12-03 00:50:50