PATCHhttps://api.humanloop.com/v5/flows/logs/medqa_experiment_0001
Path Parameters
Body Parameters
View in API Reference
Request
$curl -X PATCH https://api.humanloop.com/v5/flows/logs/medqa_experiment_0001 \
> -H "X-API-KEY: " \
> -H "Content-Type: application/json" \
> -d '{
> "output": "The patient is likely experiencing a myocardial infarction. Immediate medical attention is required.",
> "error": null,
> "log_status": "complete"
>}'
Response