PUT /results/json
curl \
-X PUT https://api.labres.dev.healthmetrix.com/v1/results/json \
-H "Authorization: $API_KEY" \
-H "Content-Type: application/json" \
-d '{"result":"POSITIVE"}'
Request example
{
"result": "POSITIVE"
}
Request examples
{
"result": "POSITIVE"
}
Response examples (500)
{
"message": "string"
}
Response examples (500)
{
"message": "string"
}