Skip to main content
PUT
/
admin
/
settings
/
notification-auto-mark-read
/
{value}
Update Notification Auto Mark Read
curl --request PUT \
  --url https://api.decodahealth.com/admin/settings/notification-auto-mark-read/{value} \
  --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

value
enum<string>
required

Enum for notification auto-mark-read behavior

Available options:
ON_VIEW_DROPDOWN,
ON_QUICK_ACTION,
MANUAL_ONLY

Response

Successful Response

The response is of type boolean.