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