Tasuku
ReferenceAPI referenceReviews

Record or replace the signed-in user's finding feedback

PUT/organizations/{organization_id}/findings/{finding_id}/feedback

Authorization

tasuku_session<token>

In: cookie

Path Parameters

organization_id*string
Length1 <= length <= 128
finding_id*string
Length1 <= length <= 128

Request 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