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": "a8f26fc8-7ac9-4c35-9c7c-f3a0742a08e2",
  "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"
}