歌单管理
设置歌单可见性
切换歌单的隐藏状态。内置歌单(收藏、电台收藏)不允许隐藏
put/playlists/{id}/visibility
Path parameters
idinteger required
歌单ID
Request body
Example request
{
"hidden": true
}Response
更新后的歌单
Example response
{
"cover_url": "https://example.com/playlist.jpg",
"created_at": "2024-01-01T12:00:00Z",
"description": "收藏的经典歌曲",
"id": 1,
"labels": [
"[\"built_in\"]"
],
"name": "我的最爱",
"song_count": 10,
"type": "normal",
"updated_at": "2024-01-01T12:00:00Z"
}