Vote On Model Result
Create or update a vote on a model result.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
result_id
The UUID of the model result.
Request
This endpoint expects an object.
vote
1 for upvote, -1 for downvote
feedback
Optional text feedback
Response
Successful Response
model_result_id
External UUID of the model result
vote
The vote value: 1 or -1
feedback
Optional text feedback

