Skip to main content
PUT
/
api
/
v2
/
integrations
/
candid
/
{slug}
/
patients
/
{patientId}
/
{version}
Update a patient in Candid Health
curl --request PUT \
  --url https://api.example.com/api/v2/integrations/candid/{slug}/patients/{patientId}/{version} \
  --header 'Content-Type: application/json' \
  --data '"<unknown>"'
"<unknown>"

Path Parameters

slug
string
required

The slug of the Candid connection.

patientId
string
required

The Candid patient ID.

version
string
required

The next version number (current version + 1).

Body

application/json

The patient data to update.

The patient data to update.

Response

The updated patient data from Candid Health.

The updated patient data from Candid Health.