Logs & Human Feedback
Updates the Rating for a Completion Log
Updates the rating of a completion using human feedback from your users. If you surface a like/dislike or other rating system, you can track the feedback in Baseplate.
PATCH
Parameters
Path
Baseplate endpoint ID
Header
Baseplate API key. Needs to be in the format โBearer &BASEPLATE_API_KEYโ
Use application/json
Body
Array of logs to batch update. Each object should contain a positive_rating and usage_id. Either โlogsโ or โpositive_rating + โusage_idโ is required.
Unauthorized for project or invalid API key.