Skip to content

Commit

Permalink
update example path
Browse files Browse the repository at this point in the history
  • Loading branch information
leokwsw committed Jul 10, 2024
1 parent 94116b5 commit 7e27b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/chatgpt.http
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ GET {{baseUrl}}/chatgpt/backend-api/conversations?offset=0&limit=3&order=updated
Authorization: Bearer {{accessToken}}

### get conversation
GET {{baseUrl}}/chatgpt/backend-api/conversation/id
GET {{baseUrl}}/chatgpt/backend-api/conversation/{{conversation_id}}
Authorization: Bearer {{accessToken}}

### create conversation
Expand Down

0 comments on commit 7e27b8f

Please sign in to comment.