From 442f6d72d083cb2b467b2c3336493d0d539e11ea Mon Sep 17 00:00:00 2001 From: Deshraj Yadav Date: Fri, 9 Aug 2024 00:33:15 -0700 Subject: [PATCH] [Docs] Fix numbering in docs (#1673) --- docs/platform/quickstart.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/platform/quickstart.mdx b/docs/platform/quickstart.mdx index d5b1a88f..472753f9 100644 --- a/docs/platform/quickstart.mdx +++ b/docs/platform/quickstart.mdx @@ -231,7 +231,7 @@ curl -X POST "https://api.mem0.ai/v1/memories/search/" \ -### 4.3 Get all users +### 4.3 Get All Users Get all users, agents, and sessions for which memories exist. @@ -283,7 +283,7 @@ curl -X GET "https://api.mem0.ai/v1/entities/" \ -### 4.3 Get All Memories +### 4.4 Get All Memories Fetch all memories for a user, agent, or session using the getAll() method. @@ -456,7 +456,7 @@ curl -X GET "https://api.mem0.ai/v1/memories/582bbe6d-506b-48c6-a4c6-5df3b1e6342 ``` -### 4.4 Memory History +### 4.5 Memory History Get history of how a memory has changed over time @@ -548,7 +548,7 @@ curl -X GET "https://api.mem0.ai/v1/memories//history/" \ ``` -### 4.5 Update Memory +### 4.6 Update Memory Update a memory with new data. @@ -589,7 +589,7 @@ curl -X PUT "https://api.mem0.ai/v1/memories/memory-id-here" \ -### 4.6 Delete Memory +### 4.7 Delete Memory Delete specific memory: