ContactService

Update contact notification setting

post/v1beta/contact/notification-setting

Request body

educational_contentboolean
marketing_promotionboolean
operational_notificationboolean
platform_update_newsboolean

Example request

{
  "educational_content": false,
  "marketing_promotion": false,
  "operational_notification": false,
  "platform_update_news": false
}

Response

A successful response.

codeinteger
descstring
maintenanceboolean

Example response

{
  "code": 0,
  "data": {
    "success": false
  },
  "desc": ""
}

Changes