curl --request PUT \
--url https://api.decodahealth.com/admin/settings/notification-auto-mark-read/{value} \
--header 'API-KEY: <api-key>' \
--header 'TENANT: <tenant>'trueUpdate the notification auto-mark-read preference for a provider
curl --request PUT \
--url https://api.decodahealth.com/admin/settings/notification-auto-mark-read/{value} \
--header 'API-KEY: <api-key>' \
--header 'TENANT: <tenant>'trueThe tenant you are making this request on behalf of
Your api key
Enum for notification auto-mark-read behavior
ON_VIEW_DROPDOWN, ON_QUICK_ACTION, MANUAL_ONLY Successful Response
The response is of type boolean.