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": "9b41f44e-af71-45c2-96d7-e121ae6e6818",
"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": "3b762960-934f-4b7b-9ce6-63d66dc9794a",
"Name": "sample string 2",
"CoverImageUrl": "sample string 3",
"SortNum": 4,
"IsMine": 5,
"SubCategorys": [
{},
{},
{}
],
"ParentTagCategoryId": "35616fa4-5797-4583-ac9f-df4f654352ee"
},
{
"CategoryId": "3b762960-934f-4b7b-9ce6-63d66dc9794a",
"Name": "sample string 2",
"CoverImageUrl": "sample string 3",
"SortNum": 4,
"IsMine": 5,
"SubCategorys": [
{},
{},
{}
],
"ParentTagCategoryId": "35616fa4-5797-4583-ac9f-df4f654352ee"
},
{
"CategoryId": "3b762960-934f-4b7b-9ce6-63d66dc9794a",
"Name": "sample string 2",
"CoverImageUrl": "sample string 3",
"SortNum": 4,
"IsMine": 5,
"SubCategorys": [
{},
{},
{}
],
"ParentTagCategoryId": "35616fa4-5797-4583-ac9f-df4f654352ee"
}
],
"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": "96abf278-a571-41b2-93f3-b4364d64e521",
"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": "62849688-db76-4342-8bd5-2ef9fc534c68",
"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": "21cf74ba-f05f-442b-8a42-1cc0ddd944d9",
"Spell": "sample string 29",
"IsFragment": true,
"ScheduleOfStationId": "d1446e43-6ee2-4225-b080-6ee56d3fd1d8"
}
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"
}