---
title: "更新歌单最后播放时间"
method: POST
path: "/playlists/{id}/touch"
tags: ["歌单管理"]
---

# 更新歌单最后播放时间

`POST /playlists/{id}/touch`

仅更新歌单的 updated_at 字段，作为歌单级的粗粒度「最后播放时间」，也会被改名/换封面等更新操作刷新。
歌曲级的精确播放历史见 GET /play-history?context_type=playlist&context_key={id}。

## Path parameters

- `id` integer, required

## Response `200`

更新成功

- object

## Other responses

- `400` — 无效的歌单ID
- `500` — 更新失败

---

[API](https://skmtc.net/songloft-org/apis/songloft-api.md) · [All operations](https://skmtc.net/songloft-org/apis/songloft-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/songloft-org/songloft-api/versions/ee41778dbf8f/schema)
