Skip to main content
PUT
/
user
/
patient
/
{id}
/
dynamic-fields
Update Patient Dynamic Fields
curl --request PUT \
  --url https://api.decodahealth.com/user/patient/{id}/dynamic-fields \
  --header 'API-KEY: <api-key>' \
  --header 'Content-Type: application/json' \
  --header 'TENANT: <tenant>' \
  --data '{}'
{
  "healthData": {}
}

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Path Parameters

id
string
required

Body

application/json
{key}
string[]

Response

Successful Response

Response schema for updating patient dynamic fields.

healthData
Healthdata · object
required

Updated health data