---
title: "PATCH /users/me/clips/folders/{folderID}"
method: PATCH
path: "/users/me/clips/folders/{folderID}"
tags: ["clip"]
---

# PATCH /users/me/clips/folders/{folderID}

`PATCH /users/me/clips/folders/{folderID}`

クリップフォルダ名を変更します。

## Request body

- ClipsFolderNameObject
  - `name` string, required — フォルダ名(30文字以内)

## Response `204`

正常に変更できました。

## Other responses

- `400` — 正常に変更できませんでした。リクエスト内容が不正です。
- `404` — 正常に変更できませんでした。存在しないフォルダです。
- `409` — 正常に変更できませんでした。既に存在するフォルダです。

## Changes

- **2019-09-09** `f291e1b35a23` — 1 breaking
  - request body became required
- **2019-07-24** `66a69a1387ed` — 1 info
  - api operation id `editClipFolder` was added
- **2019-07-05** `6956f2622a20` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/traptitech/apis/traq-api/changes/users/me/clips/folders/:folderID/patch.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/801af87793dd/schema)
