Update Memory Persona

Update a memory persona.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The ID of the memory. To find memory IDs, see Read Memory.

string
required

The ID of the persona. To find persona IDs, see Read Memory Personas.

Body Params
persons
array of objects
required
length between 1 and 1

Array containing exactly one persona to update. At least one person must be provided. See Person Schema (JSON)

persons*
string

The persona ID. This field is optional and should match the persona ID in the URL path if provided. If omitted, it will be set to the path parameter value. To find persona IDs, see Read Memory Personas.

names
array of objects

The name(s) of the person in the memory

names
media
array of objects

Media references including the artifact description and bounding box coordinates for the tag

media
identifiers
array of objects

Identifiers for the persona

identifiers
Responses
204

The update was successful.

301

If the requested person has been merged into another person.

404

If the requested person is not found.

410

If the requested person has been deleted.

429

The request was throttled.

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here!