cURL
curl --request PUT \ --url https://draftliftai.com/api/v1/memories/{memory_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "title": "Updated Voice Guidelines", "body": "Updated brand voice notes..." } '
{ "id": 1, "title": "Brand Voice Guidelines", "body": "Our brand voice is professional yet approachable. We use active voice and avoid jargon.", "tags": [ "brand", "voice", "style" ], "status": "active", "created_at": "2026-03-01T12:00:00Z", "updated_at": "2026-03-01T12:00:00Z" }
Updates a memory. Only provided fields are changed.
API key (dl_live_...) or Supabase JWT token
draft, active, or deleted
Successful Response
Show child attributes
Auto-categorization suggestion returned on memory creation.
Was this page helpful?