POST api/UserSetting/Update

提交通知提醒配置(6005

Request Information

Parameters

NameDescriptionAdditional information
userSettings

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "WhenHasChat": 1,
  "WhenHasComment": 2,
  "WhenAtMe": 3,
  "WhenHasFans": 4,
  "WhenHasSoundFile": 5,
  "WhenHasMessage": 6,
  "WhenHasVote": 7,
  "WhenHasActivity": 8
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Result": 1,
  "Message": "sample string 2",
  "Data": {},
  "Version": "sample string 4"
}