---
title: "Update Section"
method: POST
path: "/sections/{section_id}"
tags: ["Groups and Sections"]
---

# Update Section

`POST /sections/{section_id}`

Update the name of a section.     
This endpoint endpoint let's you update an existing section. Only Group Managers and above can use this endpoint. Business Managers are restricted from accessing this endpoint. For more information about the group system, see [the Groups and Sections description](/guides/api/resources/organizations/groups).

## Path parameters

- `section_id` integer, required

## Request body

- object — Request body to update a section
  - `name` string, required — Name of the section. Cannot include any of the following characters: `,;/`

## Response `200`

OK

- SectionUpdateSuccessResponse
  - `status` 'success' — Request status
  - `id` integer — ID of the updated section

## Other responses

- `400` — Section name already exists
- `401` — You are not authenticated
- `403` — You are not allowed to perform this action
- `404` — Resource does not exist

---

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