---
title: "Add a folder"
method: POST
path: "/api/v1/milestones"
tags: ["Folders"]
---

# Add a folder

`POST /api/v1/milestones`

## Request body

- CreateFolder
  - `token` string, required
  - `item` object
    - `project_id` integer, required — The ID of the project
    - `title` string, required — The folder title

## Response `201`

folder created

## Other responses

- `401` — Error: Unauthorized
- `422` — project_id cannot be blank

---

[API](https://skmtc.net/labguru/apis/labguru-api.md) · [All operations](https://skmtc.net/labguru/apis/labguru-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/labguru/labguru-api/revisions/0534e4d70b77/schema)
