cURL
curl --request PUT \ --url https://api.decodahealth.com/user/patient/{patient_id}/preferred-provider \ --header 'API-KEY: <api-key>' \ --header 'Content-Type: application/json' \ --header 'TENANT: <tenant>' \ --data '{}'
true
Update the preferred provider for a patient.
The tenant you are making this request on behalf of
Your api key
The body is of type Request · object.
Request · object
Successful Response
The response is of type boolean.
boolean