POST api/Favorite/ReName
收藏夹改名
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| model | 收藏夹名称Json |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"PlaylistId": "d12121d3-5512-420a-ad17-87d83171fdcd",
"Name": "sample string 2",
"CoverImage": "sample string 3",
"NumberOfAudio": 4,
"CreateTime": 5,
"User": {
"UserId": "f686320e-eaa0-426c-8306-4f36015fc591",
"Nick": "sample string 2",
"OSSImagePath": "sample string 3",
"UserType": 1
},
"TotalDuration": 6
}
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"
}