---
title: "Update Customer Persona"
method: PUT
path: "/v1/update-customer-persona/{persona_id}"
tags: ["Customer Personas"]
---

# Update Customer Persona

`PUT /v1/update-customer-persona/{persona_id}`

Update a specific customer persona by ID.

## Path parameters

- `persona_id` string, uuid, required

## Headers

- `X-API-Key` string, required

## Request body

- UpdateCustomerPersonaRequest
  - `name` string, nullable — Name of the customer persona
  - `description` string, nullable — Description of the customer persona
  - `goal` string, nullable — Goal of the customer persona

## Response `200`

Successful Response

- CustomerPersonaPydantic — Pydantic version of CustomerPersona for validation and serialization.
  - `id` string, uuid, nullable
  - `created_at` string, date-time, nullable
  - `name` string, nullable
  - `description` string, nullable
  - `goal` string, nullable
  - `org_id` string, uuid, nullable

## Other responses

- `422` — Validation Error

---

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