ReferenceAPI referenceReviews
Record or replace the signed-in user's finding feedback
PUT
/organizations/{organization_id}/findings/{finding_id}/feedbacktasuku_session<token>
In: cookie
Path Parameters
organization_id*string
Length
1 <= length <= 128finding_id*string
Length
1 <= length <= 128Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
curl -X PUT "https://example.com/organizations/string/findings/string/feedback" \ -H "Content-Type: application/json" \ -d '{ "verdict": "HELPFUL" }'Empty