---
title: "Update Persona"
method: PUT
path: "/brands/{brand_id}/personas/{persona_id}"
---

# Update Persona

`PUT /brands/{brand_id}/personas/{persona_id}`

Update a persona

## Path parameters

- `brand_id` integer, required
- `persona_id` integer, required

## Request body

- APIPersonaUpdateInput — Input model for updating a persona (full replace).
  - `name` string, required — Display name of the persona.
  - `description` string, required — Description of the persona.

## Response `200`

Successful Response

- APIPersonaListing
  - `id` integer, required
  - `name` string, required
  - `description` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/scrunch/apis/scrunch-data-api.md) · [All operations](https://skmtc.net/scrunch/apis/scrunch-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scrunch/scrunch-data-api/revisions/3e09c2a06458/schema)
