Skip to main content
PUT
/
user
/
patient
/
{patient_id}
/
preferred-provider
Update Patient Preferred Provider
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

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Path Parameters

patient_id
string
required

Body

application/json

The body is of type Request · object.

Response

Successful Response

The response is of type boolean.