POST Chat/SetNotificationsSetting

Request Information

URI Parameters

None.

Body Parameters

ChatSetNotificationsSettingForm
NameDescriptionTypeAdditional information
chatUid

string

None.

disable

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "chatUid": "sample string 1",
  "disable": true
}

Response Information

Resource Description

None.