---
title: "Update folders"
method: POST
path: "/cms/v3/pages/landing-pages/folders/batch/update"
tags: ["Batch"]
---

# Update folders

`POST /cms/v3/pages/landing-pages/folders/batch/update`

Update a batch of landing page folders as specified in the request body.

## Query parameters

- `archived` boolean

## Request body

- BatchInputJsonNode — Wrapper for providing an array of JSON nodes as inputs.
  - `inputs` object[], required — JSON nodes to input.

## Response `200`

successful operation

- BatchResponseContentFolder — Response object for successful batch operations on content folders.
  - `completedAt` string, date-time, required — Time of batch operation completion.
  - `links` object — Links associated with batch operation.
  - `requestedAt` string, date-time — Time of batch operation request.
  - `results` ContentFolder[], required — Results of batch operation.
    - `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.
  - `startedAt` string, date-time, required — Time of batch operation start.
  - `status` 'CANCELED' | 'COMPLETE' | 'PENDING' | 'PROCESSING', required — Status of batch operation.

## Other responses

- `207` — multiple statuses
- `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)
