---
title: "Update speaker name"
method: POST
path: "/speakers/update"
tags: ["Speakers"]
---

# Update speaker name

`POST /speakers/update`

## Request body

- UpdateSpeakerRequest
  - `id` integer, required
  - `name` string, nullable, required
  - `metadata` string, nullable, required

## Response `200`

OK

- Speaker
  - `id` integer, required
  - `name` string, required
  - `metadata` string, required

## Changes

> 10 revisions in range; 1 could not be searched.

- **2026-04-09** `0f0f8030c7e2` — 1 info
  - api tag `Speakers` added
- **2026-04-08** `1a63468a8d30` — 2 breaking, 2 info
  - the request property `metadata` became required
  - the request property `name` became required
  - api operation id `server_update_speaker_handler` removed and replaced with `routes_speakers_update_speaker_handler`
  - api tag `Speaker Management` removed
- **2026-02-16** `e143bf8d73bc` — 4 info
  - added the new optional request property `metadata`
  - the request property `name` became nullable
  - the request property `name` became optional
  - added the required property `metadata` to the response with the `200` status
- **2026-02-11** `2825740bcf63` — 3 breaking, 1 warning, 2 info
  - the request property `name` became not nullable
  - the response property `name` became nullable for the status `200`
  - removed the required property `metadata` from the response with the `200` status
  - removed the request property `metadata`
  - …2 more
- **2026-02-11** `61c0a2f34556` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/screenpipe/apis/screenpipe-api/changes/speakers/update/post.md)

---

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