Mark all feedbacks in a conversation as reviewed
Feedback
Mark all feedbacks in a conversation as reviewed
Update the status of all feedbacks associated with a specific conversation to “reviewed”.
Access Control:
- Admins can update all feedbacks in the project
- Regular users can only update feedback they submitted
Impersonation:
- When using impersonation, only updates feedback submitted by the impersonated user
POST
Mark all feedbacks in a conversation as reviewed
Authorizations
Use Authorization: Bearer
Headers
Email of the user to impersonate. Requires CAN_IMPERSONATE_OTHER_USERS permission.
If the target user is not found or does not have access to the project, the request
proceeds as the authenticated user. Contact Clarifeye to enable this permission.
Path Parameters
UUID of the project
Body
application/json
ID of the conversation whose feedbacks should be marked as reviewed
Example:
"123e4567-e89b-12d3-a456-426614174000"
Response
Feedbacks updated successfully