Feedback Replace
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
"entity/project"
"weave:///entity/project/object/name:digest"
"custom"
{ "key": "value" }If provided by the client, this ID will be used for the feedback row instead of a server-generated one.
"018f1f2a-9c2b-7d3e-b5a1-8c9d2e4f6a7b"
"Jane Smith"
"weave:///entity/project/object/name:digest"
"weave:///entity/project/op/name:digest"
"weave:///entity/project/call/call_id"
"weave:///entity/project/object/name:digest"
The annotation queue ID this feedback was created from. References annotation_queues.id. NULL when feedback is created outside of queues.
"018f1f2a-9c2b-7d3e-b5a1-8c9d2e4f6a7b"
Tags applied to the ref by a scorer
["nsfw", "high-quality"]reason text per tag, keyed by tag name
{ "nsfw": "Contains explicit language" }confidence (0-1) per tag, keyed by tag name
{ "nsfw": 0.92 }numeric ratings (0-1) keyed by rating name
{ "_rating_": 0.87 }reason text per rating, keyed by rating name
{ "_rating_": "very confident response" }confidence (0-1) per rating, keyed by rating name
{ "_rating_": 0.92 }Do not set directly. Server will automatically populate this field.