Update a memory
PUT
/memories/{id}
Authorizations
BearerAuth
JWT token from login
Type
HTTP (bearer)
or
AccessToken
Personal access token. Value: Token <your-token>
Type
API Key (header: Authorization)
Parameters
Path Parameters
id*
Type
Requiredstring
Request Body
application/json
JSON "title": "string", "content": "string", "project": "string"
{
}
Responses
OK
application/json
JSON "memory": { "_id": "string", "title": "string", "content": "string", "project": "string", "host_id": "string", "createdAt": "string", "updatedAt": "string" }
{
}