---
title: "Update French School"
method: PUT
path: "/schools/admin/{school_id}"
tags: ["schools"]
---

# Update French School

`PUT /schools/admin/{school_id}`

Admin route to update a French school's information.

## Path parameters

- `school_id` string, required

## Request body

- FrenchSchoolUpdateRequest — Request model for updating a French school
  - `name` string, nullable
  - `postal_code` string, nullable
  - `region` string, nullable
  - `city` string, nullable
  - `uai` string, nullable

## Response `200`

Successful Response

- SchoolSearchResponse — Response model for school search
  - `id` string, required
  - `uai` string, required
  - `name` string, required
  - `postal_code` string, required
  - `region` string, required
  - `city` string, required
  - `kind` string
  - `country` string
  - `b2b_school_id` string, nullable
  - `b2b_school_name` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/excellence-ai/apis/excellence-learning.md) · [All operations](https://skmtc.dev/excellence-ai/apis/excellence-learning/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/excellence-ai/excellence-learning/revisions/8d495ed916c6/schema)
