Skip to main content
PUT
/
memories
/
{mem_cube_id}
/
{memory_id}
{
  "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