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_idstringRequired
The UUID of the model result.

Request

This endpoint expects an object.
voteintegerRequired

1 for upvote, -1 for downvote

feedbackstring or nullOptional
Optional text feedback

Response

Successful Response
model_result_idstring
External UUID of the model result
voteinteger

The vote value: 1 or -1

feedbackstring or null
Optional text feedback

Errors