curl --request PUT \
--url https://api.decodahealth.com/admin/providers/{provider_id}/visible-locations \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--header 'TENANT: <tenant>' \
--data '
{
"locationIds": [
"<string>"
]
}
'trueUpdate the visible locations for a provider
curl --request PUT \
--url https://api.decodahealth.com/admin/providers/{provider_id}/visible-locations \
--header 'API-KEY: <api-key>' \
--header 'Content-Type: application/json' \
--header 'TENANT: <tenant>' \
--data '
{
"locationIds": [
"<string>"
]
}
'true