---
title: "Add or update folder"
method: POST
path: "/thirdparty/v1/folder"
tags: ["folder"]
---

# Add or update folder

`POST /thirdparty/v1/folder`

## Request body

- Folder
  - `id` string, nullable
  - `name` string, nullable
  - `parentId` string, nullable
  - `count` integer
  - `failedCount` integer
  - `pausedCount` integer

## Response `200`

Success

- Folder
  - `id` string, nullable
  - `name` string, nullable
  - `parentId` string, nullable
  - `count` integer
  - `failedCount` integer
  - `pausedCount` integer

---

[API](https://skmtc.dev/wachete/apis/wachete-api.md) · [All operations](https://skmtc.dev/wachete/apis/wachete-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wachete/wachete-api/revisions/9b83dfaba77a/schema)
