Skip to content

Commit

Permalink
Fix typo in API endpoint URL
Browse files Browse the repository at this point in the history
  • Loading branch information
gharbat committed Jun 20, 2024
1 parent 90ff40c commit 4e7b1ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/api-reference/endpoint/votes-add.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Up/down vote AI response"
api: "POST https://api-v2.opencopilot.so/bbackend/chat/vote/:message_id"
api: "POST https://api-v2.opencopilot.so/backend/chat/vote/:message_id"
---


Expand Down Expand Up @@ -34,7 +34,7 @@ If the message has already been voted on, it will be downvoted and the other way
<RequestExample>

```bash Example Request
curl --location --request POST 'https://api-v2.opencopilot.so/bbackend/chat/vote/:message_id' \
curl --location --request POST 'https://api-v2.opencopilot.so/backend/chat/vote/:message_id' \
--header 'X-Bot-Token : YOUR_TOKEN'
```

Expand Down

0 comments on commit 4e7b1ea

Please sign in to comment.