cURL
curl --request POST \ --url https://api.example.com/api/v2/projects/{project_id}/completion-feedback/id/{completion_id} \ --header 'Content-Type: application/json' \ --data '{}'
{ "message": "<string>" }
Record end-user feedback on a completion. Use to capture thumbs up/down ratings or custom feedback attributes. See SDK method.
The freeplay_feedback field must be “positive” or “negative”. Additional custom fields are supported.
freeplay_feedback
SimpleResponseWithMessage(message: str)