Update Memory

Update a description of a memory. A memory consists of one or more artifacts, each with an associated description.

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 User Memories.

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

Array containing exactly one artifact description to update. Only one artifact description can be updated at a time.

sourceDescriptions*
string
required

The ID of the artifact description to update. This field is required. To find memory IDs, see Read User Memories.

titles
array of objects

The title(s) for the memory

titles
descriptions
array of objects

The description(s) for the memory

descriptions
string

The media type of the memory artifact

string

The URI reference to the artifact

coverage
array of objects

Coverage information including date and place

coverage
Headers
string
enum
required

Specifies the media type of the entity-body sent to the server in the request.

Allowed:
Responses
204

The update was successful.

404

If the requested source description is not found.

429

The request was throttled.

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