---
title: "PUT /users/me/clips/{clipID}/folder"
method: PUT
path: "/users/me/clips/{clipID}/folder"
tags: ["clip"]
---

# PUT /users/me/clips/{clipID}/folder

`PUT /users/me/clips/{clipID}/folder`

指定したクリップのフォルダを変更します。

## Request body

- ClipsFolderIDObject
  - `folderId` string, uuid, required — フォルダID

## Response `204`

正常に変更できました。

## Other responses

- `400` — 正常に変更できませんでした。指定したフォルダは存在しません。
- `404` — 正常に変更できませんでした。指定したクリップは存在しません。

## Changes

- **2019-07-24** `66a69a1387ed` — 1 info
  - api operation id `changeClipsFolder` was added
- **2019-07-05** `6956f2622a20` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/traptitech/apis/traq-api/changes/users/me/clips/:clipID/folder/put.md)

---

[API](https://skmtc.dev/traptitech/apis/traq-api.md) · [All operations](https://skmtc.dev/traptitech/apis/traq-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/traptitech/traq-api/revisions/84d2b25db3ba/schema)
