---
title: "Update a landing page folder"
method: PATCH
path: "/cms/v3/pages/landing-pages/folders/{objectId}"
tags: ["Folders"]
---

# Update a landing page folder

`PATCH /cms/v3/pages/landing-pages/folders/{objectId}`

Partially update a landing page folder, specified by the folder ID. You only need to specify the details values that you are modifying.

## Path parameters

- `objectId` string, required

## Query parameters

- `archived` boolean

## Request body

- ContentFolder — Model definition for a content folder.
  - `category` integer, required — The type of object this folder applies to. Should always be LANDING_PAGE.
  - `created` string, date-time, required — The timestamp indicating when the content folder was created.
  - `deletedAt` string, date-time, required — The timestamp (ISO8601 format) when this content folder was deleted.
  - `id` string, required — The unique ID of the content folder.
  - `name` string, required — The name of the folder which will show up in the app dashboard
  - `parentFolderId` integer, required — The ID of the content folder this folder is nested under
  - `updated` string, date-time, required — The timestamp indicating when the content folder was last updated.

## Response `200`

successful operation

- ContentFolder — Model definition for a content folder.
  - `category` integer, required — The type of object this folder applies to. Should always be LANDING_PAGE.
  - `created` string, date-time, required — The timestamp indicating when the content folder was created.
  - `deletedAt` string, date-time, required — The timestamp (ISO8601 format) when this content folder was deleted.
  - `id` string, required — The unique ID of the content folder.
  - `name` string, required — The name of the folder which will show up in the app dashboard
  - `parentFolderId` integer, required — The ID of the content folder this folder is nested under
  - `updated` string, date-time, required — The timestamp indicating when the content folder was last updated.

## Other responses

- `default` — An error occurred.

---

[API](https://skmtc.net/hubspot/apis/cms-pages.md) · [All operations](https://skmtc.net/hubspot/apis/cms-pages/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hubspot/cms-pages/revisions/e29417a944b4/schema)
