[Docs] Fix numbering in docs (#1673)

This commit is contained in:
Deshraj Yadav
2024-08-09 00:33:15 -07:00
committed by GitHub
parent d1c5c70b4c
commit 442f6d72d0

View File

@@ -231,7 +231,7 @@ curl -X POST "https://api.mem0.ai/v1/memories/search/" \
</CodeGroup>
### 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/" \
</CodeGroup>
### 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
```
</CodeGroup>
### 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/<memory-id-here>/history/" \
```
</CodeGroup>
### 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" \
</CodeGroup>
### 4.6 Delete Memory
### 4.7 Delete Memory
Delete specific memory: