Skip to main content
PUT
/
admin
/
providers
/
{provider_id}
/
location
Update Provider Primary Location
curl --request PUT \
  --url https://api.decodahealth.com/admin/providers/{provider_id}/location \
  --header 'API-KEY: <api-key>' \
  --header 'TENANT: <tenant>'
true

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Path Parameters

provider_id
string
required

Query Parameters

primary_location_id
string | null

Response

Successful Response

The response is of type boolean.