Skip to content

Commit

Permalink
Change tag for feedback endpoints (#10422)
Browse files Browse the repository at this point in the history
PMRR
  • Loading branch information
albandum authored Jan 31, 2025
1 parent 8fbe6e8 commit e85005b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import { apiError } from "@app/logger/withlogging";
* Retrieves all feedback entries for a specific conversation.
* Requires authentication and read:conversation scope.
* tags:
* - assistant
* - Feedbacks
* parameters:
* - name: wId
* in: path
Expand Down
2 changes: 1 addition & 1 deletion front/public/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -524,7 +524,7 @@
"summary": "Get feedbacks for a conversation",
"description": "Retrieves all feedback entries for a specific conversation.\nRequires authentication and read:conversation scope.\n",
"tags": [
"assistant"
"Feedbacks"
],
"parameters": [
{
Expand Down

0 comments on commit e85005b

Please sign in to comment.