---
title: "Update a Brandfolder"
method: PUT
path: "/brandfolders/{brandfolder_id}"
tags: ["brandfolders"]
---

# Update a Brandfolder

`PUT /brandfolders/{brandfolder_id}`

Updates the matching Brandfolder.

## Headers

- `Accept` 'application/json', required

## Request body

- object
  - `data` object, required
    - `attributes` object, required
      - `name` string — A new name for the Brandfolder.
      - `privacy` string — A new privacy setting for the Brandfolder.
      - `slug` string — A new URL-friendly slug for the Brandfolder.
      - `tagline` string — A new tagline for the brandfolder.

## Response `200`

The updated Brandfolder.

- object
  - `data` object, required
    - `id` string — Unique identifier for the resource instance.
    - `type` 'brandfolders' — The type of the resource.
    - `attributes` object, required
      - `name` string, required — The name of the Brandfolder.
      - `privacy` string, required — The privacy setting of the Brandfolder.
      - `slug` string, required — The URL-friendly slug of the Brandfolder.
      - `tagline` string, required — The tagline for the brandfolder.

## Other responses

- `default` — Generic error payload

---

[API](https://skmtc.net/smartsheet/apis/brandfolder-openapi-reference.md) · [All operations](https://skmtc.net/smartsheet/apis/brandfolder-openapi-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartsheet/brandfolder-openapi-reference/revisions/fd95b0a2d2f8/schema)
