Feedback
Authorizations
x-api-keystringRequired
Path parameters
runIdstringRequired
UUID of the run to provide feedback for
Body
ratingstring · enumOptionalPossible values:
Required when creating new feedback
commentstringOptional
Responses
200
Feedback successfully created or updated
application/json
400
Invalid request body or parameters
401
Unauthorized - invalid API key
404
Run not found
put
/v1/feedback/run/{runId}Last updated