Skip to main content
POST
Submit feedback for a specific message in a conversation

Authorizations

Authorization
string
header
required

Your DUST API key is a Bearer token.

Path Parameters

wId
string
required

Workspace ID

cId
string
required

Conversation ID

mId
string
required

Message ID

Body

application/json
thumbDirection
enum<string>
required

Direction of the thumb feedback

Available options:
up,
down
feedbackContent
string

Optional feedback text content

isConversationShared
boolean

Whether the conversation is shared

Response

Feedback submitted successfully

success
boolean