POST api/Folder/UpdateIsFragment
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| folder | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"Intro": "sample string 1",
"FolderId": "f5c85957-d608-4836-9296-36d144f8906a",
"IsProvider": 3,
"Name": "sample string 4",
"CoverImage": "sample string 5",
"ContentType": 0,
"SmallImagePath": "sample string 6",
"LargeImagePath": "sample string 7",
"MiddleImagePath": "sample string 8",
"StartTime": "sample string 9",
"Categorys": [
{
"CategoryId": "b5366d80-a741-4ec2-8987-481a95249537",
"Name": "sample string 2",
"CoverImageUrl": "sample string 3",
"SortNum": 4,
"IsMine": 5,
"SubCategorys": [
{},
{},
{}
],
"ParentTagCategoryId": "72347124-5324-4f6a-8e9d-065ffb852c06"
},
{
"CategoryId": "b5366d80-a741-4ec2-8987-481a95249537",
"Name": "sample string 2",
"CoverImageUrl": "sample string 3",
"SortNum": 4,
"IsMine": 5,
"SubCategorys": [
{},
{},
{}
],
"ParentTagCategoryId": "72347124-5324-4f6a-8e9d-065ffb852c06"
},
{
"CategoryId": "b5366d80-a741-4ec2-8987-481a95249537",
"Name": "sample string 2",
"CoverImageUrl": "sample string 3",
"SortNum": 4,
"IsMine": 5,
"SubCategorys": [
{},
{},
{}
],
"ParentTagCategoryId": "72347124-5324-4f6a-8e9d-065ffb852c06"
}
],
"NumberOfSubscriber": 10,
"NumberOfSoundFile": 11,
"EndTime": "sample string 12",
"OfflineNumber": 13,
"NumberOfLike": 14,
"UpdateTime": 15,
"NumberOfShare": 16,
"OSSImagePath": "sample string 17",
"NumberOfComment": 18,
"NumberOfMessage": 19,
"QrImage": "sample string 20",
"StudioRoomId": "sample string 21",
"IMGroupId": "sample string 22",
"IMBigGroupId": "sample string 23",
"StarLevel": 24,
"FolderCategoryOrderWeight": 25.1,
"NumberOfMan": 26,
"IsPublic": 27,
"Summary": "sample string 28",
"User": {
"UserId": "fa065950-1c6f-4c30-9717-85369c87d52c",
"Nick": "sample string 2",
"HeaderUrl": "sample string 3",
"CoverUrl": "sample string 4",
"Brief": "sample string 5",
"Gender": 0,
"Birthday": "sample string 6",
"IsVerified": 7,
"SourceType": 0,
"NumberOfFan": 8,
"NumberOfAttention": 9,
"IsAttentioned": 10,
"UserGroupId": "b3e88fec-5823-40eb-99e7-b9dfb31902d6",
"SmallImagePath": "sample string 12",
"LargeImagePath": "sample string 13",
"MiddleImagePath": "sample string 14",
"IsBindMobile": 15,
"HasPassword": 16,
"MobilePhone": "sample string 17",
"Email": "sample string 18",
"OSSImagePath": "sample string 19",
"QrImage": "sample string 20",
"BirthdayTime": 21,
"IsFriend": true,
"MZStudioUserId": "sample string 23",
"MZChatUserId": "sample string 24",
"NumberOfSubscribeFolder": 25,
"NumberOfSubscribeStation": 26,
"UserType": 1,
"IsNewUser": true,
"Province": "sample string 28",
"City": "sample string 29"
},
"StationId": "d3d3a12e-27ff-4346-8408-ca02744e9a6c",
"Spell": "sample string 29",
"IsFragment": true,
"ScheduleOfStationId": "95667853-d197-42fc-8cc3-a2c9010acdbf"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Result": 1,
"Message": "sample string 2",
"Data": {},
"Version": "sample string 4"
}