Update Persona
PATCH /personas/{persona_id}
PATCH
/personas/{persona_id}
Update a Studio persona’s fields and/or status (partial update).
Send at least one field. Passing status='archived' is equivalent to
POST /personas/{persona_id}/archive. Returns 400 if no field is provided,
404 if the persona does not exist in this org.
Authorizations
Parameters
Path Parameters
persona_id
required
Persona ID (UUID)
string
Persona ID (UUID)
Header Parameters
Request Body required
Body for PATCH /personas/{persona_id}. Partial - send only fields to change.
At least one field must be present. Passing status=‘archived’ is equivalent to calling POST /personas/{persona_id}/archive.
object
Responses
200
Successful Response
object
data
required
object
key
additional properties
any
pagination
Any of:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string