POST api/UserSubscribeFolder/SetUserSubscribeFolderConfig

2.86设置订阅栏目的配置(5100)

Request Information

Parameters

NameDescriptionAdditional information
userSubscribeFolderSettingView

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "FolderId": "10a3011e-0da7-4494-8667-a76b9da9b0cc",
  "AutoOffLineNumber": 2,
  "FolderSortType": 0,
  "IsAutoDeletePlayed": true
}

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"
}