Replies: 7 comments 4 replies
|
The API endpoint for submitting user feedback (like/dislike) is:
Required headers:
Request body: {
"rating": "like",
"user": "end_user_id"
}
Successful response: {
"result": "success"
}Key notes:
You can also retrieve all feedbacks via To reply, just mention @dosu. Docs are dead. Just use Dosu. |
|
Is the request http://API server/messages/{message_id}/feedbacks required? |
|
I still cannot correctly find the message ID because I am using Dify to connect with Feishu. How can I obtain the message ID from the Dify response? |
|
The logs I can see look like this, and it appears that the message_id is consistent. So, I obtained the start message_id, but the request returned a 404 error. Therefore, how should I accurately obtain the correct message_id for the streaming output? |
|
Hello, I would like to ask how I can export a table of data for user feedback and all my conversation information from the backend. |
|
Is there a version now that supports using skills in workflows? For example, I download the skills from the SkillHub official website, upload them to Diffy, and then use them in workflows. |
|
Hi The locally deployed Dify has scanned the following vulnerabilities. Are there any solutions? To which version should it be upgraded to resolve this vulnerability? Vulnerability Overview |
Uh oh!
There was an error while loading. Please reload this page.
Self Checks
1. Is this request related to a challenge you're experiencing? Tell me about your story.
I want to use APIs to like or dislike user feedback. Is there any official documentation? Are there any mandatory request parameters?
2. Additional context or comments
No response
All reactions