---
title: "Update Section"
method: PUT
path: "/sections/{section_id}"
tags: ["Projects"]
---

# Update Section

`PUT /sections/{section_id}`

Update a section's name or position.

## Path parameters

- `section_id` number, required

## Request body

- SectionRequestUpdateRequest
  - `name` string
  - `status` 'open' | 'archived'
  - `collapsed` boolean

## Response `200`

OK

- Section
  - `id` number, required
  - `name` string, required
  - `project` string, required
  - `position` number, required
  - `status` 'open' | 'archived'
  - `collapsed` boolean, nullable

## Other responses

- `401` — Unauthorized

---

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