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 backend, or through the /v1/message-notice/list endpoint; the 'id' field
Platform: 1 for WebHook, 2 for Lark, 3 for WeCom, 4 for DingTalk
Example:http://api.com/notice
Request samples
curl --location --request POST 'https://domain-open-api.getmx.com/v1/message-notice/update' \
--form 'token="token"' \
--form 'message_notice_id="12345678"' \
--form 'platform="1"' \
--form 'notice_url="http://api.com/notice"'
Responses
application/json {
"code": 0,
"msg": "string",
"data": null
}
Modified at 2024-12-03 00:51:42