---
title: "Update a Section in a Pathway"
method: PATCH
path: "/api/v2/pathways/{id}/sections/{section-id}"
tags: ["Pathway"]
---

# Update a Section in a Pathway

`PATCH /api/v2/pathways/{id}/sections/{section-id}`

This endpoint updates the specified section in an existing Pathway. <br><br><h3>Required Scope</h3>`pathways:write`

## Path parameters

- `id` string, required
- `section-id` string, required

## Request body

- SectionsSectionidBody
  - `data` Apiv2pathwaysidsectionssectionidData
    - `id` string — The ID of the section.
    - `type` string, nullable
    - `attributes` Apiv2pathwaysidsectionsDataAttributes
      - `sequence` integer — The sequence of the section. By default, sequence will append to end of current sequence. If the sequence has already been used with another section, an error will occur.
      - `title` string — The title of the section.
      - `description` string, nullable — Description of the section.

## Response `200`

Success

- InlineResponse200
  - `data` Apiv2pathwaysidsectionssectionidData
    - `id` string — The ID of the section.
    - `type` string, nullable
    - `attributes` Apiv2pathwaysidsectionsDataAttributes
      - `sequence` integer — The sequence of the section. By default, sequence will append to end of current sequence. If the sequence has already been used with another section, an error will occur.
      - `title` string — The title of the section.
      - `description` string, nullable — Description of the section.

---

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