cURL
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": {} }
The tenant you are making this request on behalf of
Your api key
Successful Response
Response schema for updating patient dynamic fields.
Updated health data
Show child attributes
Schema for dynamic health field data structure.
Unique identifier for the dynamic field
List of values for this field
Type of the dynamic field (e.g., ALLERGIES, FAMILY_HISTORY)