PATCH
/
api
/
v1
/
patients
/
{patient_id}
/
risk_factors
/
{risk_factor_id}
/
match
curl --request PATCH \
  --url https://api.byblend.com/api/v1/patients/{patient_id}/risk_factors/{risk_factor_id}/match \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

patient_id
string
required

Unique (UUID) identifier for the patient

risk_factor_id
string
required

Unique (UUID) identifier for the risk factor

Response

200

Risk factor matched successfully