cURL
curl --request PATCH \ --url https://draftliftai.com/api/v1/memory-categories/{category_id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "Updated Category Name", "color": "#EF4444" } '
{ "id": 123, "name": "<string>", "slug": "<string>", "color": "<string>", "is_system": true, "created_at": "2023-11-07T05:31:56Z", "icon": "<string>", "description": "<string>", "user_id": 123 }
Updates a custom memory category. System categories cannot be modified.
API key (dl_live_...) or Supabase JWT token
Successful Response
Was this page helpful?