---
title: "Update a configuration section by name"
method: PATCH
path: "/api/config/{section_name}"
tags: ["config"]
---

# Update a configuration section by name

`PATCH /api/config/{section_name}`

## Path parameters

- `section_name` string, required

## Request body

- object

## Response `200`

Configuration object

- object

## Changes

- **2026-07-17** `b6f1ce06c896` — 2 info
  - added optional request body
  - added the media type `application/json` for the response with the status `200`
- **2025-12-10** `e9ae9d653401` — 2 breaking
  - removed the request body
  - removed the media type `application/json` for the response with the status `200`

[Change history](https://skmtc.dev/google/apis/jupyter-server-api/changes/api/config/:section_name/patch.md)

---

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