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