Skip to main content
PUT
/
admin
/
roles
/
{role_id}
/
permissions
Update Role Permissions
curl --request PUT \
  --url https://api.decodahealth.com/admin/roles/{role_id}/permissions \
  --header 'API-KEY: <api-key>' \
  --header 'Content-Type: application/json' \
  --header 'TENANT: <tenant>' \
  --data '[
  "<string>"
]'
[
  "<string>"
]

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Path Parameters

role_id
string
required

Body

application/json

Response

Successful Response