v1

latestOpenAPI 3.1.02026-07-135055368.9 KB
Conversations

Add Feedback to a Specific Conversation

Add Feedback to a Specific Conversation

post/v1/conversations/{conversation_id}/feedback

Path parameters

conversation_idstring required

ID of the conversation

ID of the conversation

Request body

commentstring required

Notes or comments to record

ratinginteger required

Star rating to record

Example request

{
  "comment": "good",
  "rating": 5
}

Response

Feedback added successfully

idstring
orgIdstring
conversationIdstring
feedbackstring
ratinginteger
createdBystring
createdAtstring date-time
updatedBystring
updatedAtstring date-time