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
/
endpoints
/
{id}
/
logs
Parameters
Path
id
string
requiredBaseplate endpoint ID
Header
Authorization
string
requiredBaseplate API key. Needs to be in the format “Bearer &BASEPLATE_API_KEY”
Content-Type
string
Use application/json
Body
logs
Array
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.