POST api/Folder/updateName
修改名称
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"NumberOfPlay": 1,
"Tags": [
{
"TagId": "2f3b15a6-d584-4f44-8bc9-9450c3293d13",
"Name": "sample string 2",
"CoverImageUrl": "sample string 3",
"sortnumber": 4
},
{
"TagId": "2f3b15a6-d584-4f44-8bc9-9450c3293d13",
"Name": "sample string 2",
"CoverImageUrl": "sample string 3",
"sortnumber": 4
},
{
"TagId": "2f3b15a6-d584-4f44-8bc9-9450c3293d13",
"Name": "sample string 2",
"CoverImageUrl": "sample string 3",
"sortnumber": 4
}
],
"CreateTime": 2,
"IsSubscribed": 3,
"IsFinished": 4,
"HeaderUrl": "sample string 5",
"Categorys": [
{
"CategoryId": "e4debdea-1281-4982-86b3-4c8243090965",
"Name": "sample string 2",
"CoverImageUrl": "sample string 3",
"SortNum": 4,
"IsMine": 5,
"SubCategorys": [
{},
{},
{}
],
"ParentTagCategoryId": "221804b6-c5e2-480e-99f6-cef37e9fa3e8"
},
{
"CategoryId": "e4debdea-1281-4982-86b3-4c8243090965",
"Name": "sample string 2",
"CoverImageUrl": "sample string 3",
"SortNum": 4,
"IsMine": 5,
"SubCategorys": [
{},
{},
{}
],
"ParentTagCategoryId": "221804b6-c5e2-480e-99f6-cef37e9fa3e8"
},
{
"CategoryId": "e4debdea-1281-4982-86b3-4c8243090965",
"Name": "sample string 2",
"CoverImageUrl": "sample string 3",
"SortNum": 4,
"IsMine": 5,
"SubCategorys": [
{},
{},
{}
],
"ParentTagCategoryId": "221804b6-c5e2-480e-99f6-cef37e9fa3e8"
}
],
"AnchorList": [
"sample string 1",
"sample string 2",
"sample string 3"
],
"IsPublic": 6,
"TagCategorys": [
{
"CategoryId": "b79f0e25-465e-4076-b087-e4ba8ed0fbfb",
"Name": "sample string 2"
},
{
"CategoryId": "b79f0e25-465e-4076-b087-e4ba8ed0fbfb",
"Name": "sample string 2"
},
{
"CategoryId": "b79f0e25-465e-4076-b087-e4ba8ed0fbfb",
"Name": "sample string 2"
}
],
"Intro": "sample string 7",
"FolderId": "e36f0d87-91db-4859-90e1-77264c9d5a2b",
"IsProvider": 9,
"Name": "sample string 10",
"CoverImage": "sample string 11",
"ContentType": 0,
"SmallImagePath": "sample string 12",
"LargeImagePath": "sample string 13",
"MiddleImagePath": "sample string 14",
"StartTime": "sample string 15",
"NumberOfSubscriber": 16,
"NumberOfSoundFile": 17,
"EndTime": "sample string 18",
"OfflineNumber": 19,
"NumberOfLike": 20,
"UpdateTime": 21,
"NumberOfShare": 22,
"OSSImagePath": "sample string 23",
"NumberOfComment": 24,
"NumberOfMessage": 25,
"QrImage": "sample string 26",
"StudioRoomId": "sample string 27",
"IMGroupId": "sample string 28",
"IMBigGroupId": "sample string 29",
"StarLevel": 30,
"FolderCategoryOrderWeight": 31.1,
"NumberOfMan": 32,
"Summary": "sample string 33",
"User": {
"UserId": "0ae8a3ee-9edd-4637-a8f0-6bd0070fc5f7",
"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": "0de99519-9b4a-477d-89c8-bb4566d3c683",
"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": "6a35ede3-245c-409d-a53d-dfd6907ecff0",
"Spell": "sample string 34",
"IsFragment": true,
"ScheduleOfStationId": "d59e7ee1-bf57-4d38-87ba-b4f22cc88cf5"
}
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"
}