PATCH
/
notifications
/
{notificationId}
/
status
curl --request PATCH \
  --url https://app.teable.io/api/notifications/%7BnotificationId%7D/status \
  --header 'Authorization: Bearer REPLACE_BEARER_TOKEN' \
  --header 'content-type: application/json' \
  --data '{"isRead":true}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

notificationId
string
required

Body

application/json
isRead
boolean
required