---
title: "PATCH /v1/folders/{folderId}"
method: PATCH
path: "/v1/folders/{folderId}"
tags: ["folder"]
---

# PATCH /v1/folders/{folderId}

`PATCH /v1/folders/{folderId}`

Updates a folder's details using its `folderID`.
Currently, you can only update a folder's name.

## Path parameters

- `folderId` string, required

## Request body

- UpdateFolderRequest — Body parameters for updating the folder's details.
  - `name` string, required — The folder name, as shown in the Canva UI.

## Response `200`

OK

- UpdateFolderResponse — Details about the updated folder.
  - `folder` Folder — The folder object, which contains metadata about the folder.
    - `id` string, required — The folder ID.
    - `name` string, required — The folder name.
    - `created_at` integer, required — When the folder was created, as a Unix timestamp (in seconds since the Unix Epoch).
    - `updated_at` integer, required — When the folder was last updated, as a Unix timestamp (in seconds since the Unix Epoch).
    - `thumbnail` Thumbnail — A thumbnail image representing the object.
      - `width` integer, required — The width of the thumbnail image in pixels.
      - `height` integer, required — The height of the thumbnail image in pixels.
      - `url` string, required — A URL for retrieving the thumbnail image. This URL expires after 15 minutes. This URL includes a query string that's required for retrieving the thumbnail.

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `default` — Error Response

---

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