Skip to content

Commit

Permalink
Fixing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
codebanesr committed Jul 9, 2024
1 parent 1a92443 commit b1063a8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions docs/api-reference/endpoint/conversation-messages.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Get Messages"
api: "GET https://api-v2.opencopilot.so/backend/conversations/{bot_id}/messages/{conversation_id}"
api: "GET https://api-v2.opencopilot.so/backend/chat/sessions/{sessionId}/chats"
description: "Retrieve all messages for a specific conversation."
---

Expand All @@ -10,11 +10,7 @@ The endpoint is paginated, and you can specify the `offset` and `limit` paramete

### Path Parameters

<ParamField path="bot_id" type="string" required>
The ID of the bot for which to retrieve messages.
</ParamField>

<ParamField path="conversation_id" type="string" required>
<ParamField path="sessionId" type="string" required>
The ID of the conversation for which to retrieve messages.
</ParamField>

Expand Down

0 comments on commit b1063a8

Please sign in to comment.