Skip to main content
PUT
/
memories
/
{mem_cube_id}
/
{memory_id}
Update a memory
curl --request PUT \
  --url https://api.example.com/memories/{mem_cube_id}/{memory_id} \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "message": "Operation successful",
  "code": 200,
  "data": "<unknown>"
}

Path Parameters

mem_cube_id
string
required
memory_id
string
required

Query Parameters

user_id
string | null

Body

application/json

The body is of type Updated Memory · object.

Response

Successful Response

Simple response model for operations without data return.

message
string
required

Response message

Example:

"Operation successful"

code
integer
default:200

Response status code

Example:

200

data
null

Response data